Regenerated codefiles
This commit is contained in:
@@ -15,44 +15,44 @@ namespace BlendFile.DNA {
|
||||
|
||||
[DNAClassAttribute(167, "Scopes", 5272)]
|
||||
public class Scopes {
|
||||
[DNAFieldAttribute(0, "int", "ok", "int", 4, false, 0)]
|
||||
[DNAFieldAttribute(4, "int", 0, "ok", "int", false, 0)]
|
||||
public int ok;
|
||||
[DNAFieldAttribute(1, "int", "sample_full", "int", 4, false, 4)]
|
||||
[DNAFieldAttribute(4, "int", 1, "sample_full", "int", false, 4)]
|
||||
public int sample_full;
|
||||
[DNAFieldAttribute(2, "int", "sample_lines", "int", 4, false, 8)]
|
||||
[DNAFieldAttribute(4, "int", 2, "sample_lines", "int", false, 8)]
|
||||
public int sample_lines;
|
||||
[DNAFieldAttribute(3, "int", "wavefrm_mode", "int", 4, false, 12)]
|
||||
[DNAFieldAttribute(4, "int", 3, "wavefrm_mode", "int", false, 12)]
|
||||
public int wavefrm_mode;
|
||||
[DNAFieldAttribute(4, "int", "vecscope_mode", "int", 4, false, 16)]
|
||||
[DNAFieldAttribute(4, "int", 4, "vecscope_mode", "int", false, 16)]
|
||||
public int vecscope_mode;
|
||||
[DNAFieldAttribute(5, "int", "wavefrm_height", "int", 4, false, 20)]
|
||||
[DNAFieldAttribute(4, "int", 5, "wavefrm_height", "int", false, 20)]
|
||||
public int wavefrm_height;
|
||||
[DNAFieldAttribute(6, "int", "vecscope_height", "int", 4, false, 24)]
|
||||
[DNAFieldAttribute(4, "int", 6, "vecscope_height", "int", false, 24)]
|
||||
public int vecscope_height;
|
||||
[DNAFieldAttribute(7, "int", "waveform_tot", "int", 4, false, 28)]
|
||||
[DNAFieldAttribute(4, "int", 7, "waveform_tot", "int", false, 28)]
|
||||
public int waveform_tot;
|
||||
[DNAFieldAttribute(8, "float", "accuracy", "float", 4, false, 32)]
|
||||
[DNAFieldAttribute(4, "float", 8, "accuracy", "float", false, 32)]
|
||||
public float accuracy;
|
||||
[DNAFieldAttribute(9, "float", "wavefrm_alpha", "float", 4, false, 36)]
|
||||
[DNAFieldAttribute(4, "float", 9, "wavefrm_alpha", "float", false, 36)]
|
||||
public float wavefrm_alpha;
|
||||
[DNAFieldAttribute(10, "float", "wavefrm_yfac", "float", 4, false, 40)]
|
||||
[DNAFieldAttribute(4, "float", 10, "wavefrm_yfac", "float", false, 40)]
|
||||
public float wavefrm_yfac;
|
||||
[DNAFieldAttribute(11, "float", "vecscope_alpha", "float", 4, false, 44)]
|
||||
[DNAFieldAttribute(4, "float", 11, "vecscope_alpha", "float", false, 44)]
|
||||
public float vecscope_alpha;
|
||||
[DNAFieldAttribute(12, "float", "minmax[3][2]", "System.Single[,]", 24, false, 48)]
|
||||
[DNAFieldAttribute(24, "float", 12, "minmax[3][2]", "System.Single[,]", false, 48)]
|
||||
public float[,] minmax = new System.Single[3,2];
|
||||
[DNAFieldAttribute(13, "Histogram", "hist", "Histogram", 5160, false, 72)]
|
||||
[DNAFieldAttribute(5160, "Histogram", 13, "hist", "Histogram", false, 72)]
|
||||
public Histogram hist;
|
||||
[DNAFieldAttribute(14, "float", "*waveform_1", "float", 8, true, 5232)]
|
||||
public float ptr_waveform_1;
|
||||
[DNAFieldAttribute(15, "float", "*waveform_2", "float", 8, true, 5240)]
|
||||
public float ptr_waveform_2;
|
||||
[DNAFieldAttribute(16, "float", "*waveform_3", "float", 8, true, 5248)]
|
||||
public float ptr_waveform_3;
|
||||
[DNAFieldAttribute(17, "float", "*vecscope", "float", 8, true, 5256)]
|
||||
public float ptr_vecscope;
|
||||
[DNAFieldAttribute(18, "float", "*vecscope_rgb", "float", 8, true, 5264)]
|
||||
public float ptr_vecscope_rgb;
|
||||
[DNAFieldAttribute(8, "float", 14, "*waveform_1", "float", true, 5232)]
|
||||
public float waveform_1;
|
||||
[DNAFieldAttribute(8, "float", 15, "*waveform_2", "float", true, 5240)]
|
||||
public float waveform_2;
|
||||
[DNAFieldAttribute(8, "float", 16, "*waveform_3", "float", true, 5248)]
|
||||
public float waveform_3;
|
||||
[DNAFieldAttribute(8, "float", 17, "*vecscope", "float", true, 5256)]
|
||||
public float vecscope;
|
||||
[DNAFieldAttribute(8, "float", 18, "*vecscope_rgb", "float", true, 5264)]
|
||||
public float vecscope_rgb;
|
||||
public Scopes() {
|
||||
this.ok = default;
|
||||
this.sample_full = default;
|
||||
@@ -68,11 +68,11 @@ namespace BlendFile.DNA {
|
||||
this.vecscope_alpha = default;
|
||||
this.minmax = default;
|
||||
this.hist = default;
|
||||
this.ptr_waveform_1 = default;
|
||||
this.ptr_waveform_2 = default;
|
||||
this.ptr_waveform_3 = default;
|
||||
this.ptr_vecscope = default;
|
||||
this.ptr_vecscope_rgb = default;
|
||||
this.waveform_1 = default;
|
||||
this.waveform_2 = default;
|
||||
this.waveform_3 = default;
|
||||
this.vecscope = default;
|
||||
this.vecscope_rgb = default;
|
||||
}
|
||||
public Scopes(
|
||||
int ok,
|
||||
@@ -89,11 +89,11 @@ namespace BlendFile.DNA {
|
||||
float vecscope_alpha,
|
||||
float[,] minmax,
|
||||
Histogram hist,
|
||||
float ptr_waveform_1,
|
||||
float ptr_waveform_2,
|
||||
float ptr_waveform_3,
|
||||
float ptr_vecscope,
|
||||
float ptr_vecscope_rgb) {
|
||||
float waveform_1,
|
||||
float waveform_2,
|
||||
float waveform_3,
|
||||
float vecscope,
|
||||
float vecscope_rgb) {
|
||||
this.ok = ok;
|
||||
this.sample_full = sample_full;
|
||||
this.sample_lines = sample_lines;
|
||||
@@ -108,11 +108,11 @@ namespace BlendFile.DNA {
|
||||
this.vecscope_alpha = vecscope_alpha;
|
||||
this.minmax = minmax;
|
||||
this.hist = hist;
|
||||
this.ptr_waveform_1 = ptr_waveform_1;
|
||||
this.ptr_waveform_2 = ptr_waveform_2;
|
||||
this.ptr_waveform_3 = ptr_waveform_3;
|
||||
this.ptr_vecscope = ptr_vecscope;
|
||||
this.ptr_vecscope_rgb = ptr_vecscope_rgb;
|
||||
this.waveform_1 = waveform_1;
|
||||
this.waveform_2 = waveform_2;
|
||||
this.waveform_3 = waveform_3;
|
||||
this.vecscope = vecscope;
|
||||
this.vecscope_rgb = vecscope_rgb;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user