Regenerated codefiles
This commit is contained in:
@@ -15,33 +15,33 @@ namespace BlendFile.DNA {
|
||||
|
||||
[DNAClassAttribute(41, "PreviewImage", 48)]
|
||||
public class PreviewImage {
|
||||
[DNAFieldAttribute(0, "int", "w[2]", "System.Int32[]", 8, false, 0)]
|
||||
[DNAFieldAttribute(8, "int", 0, "w[2]", "System.Int32[]", false, 0)]
|
||||
public int[] w = new System.Int32[2];
|
||||
[DNAFieldAttribute(1, "int", "h[2]", "System.Int32[]", 8, false, 8)]
|
||||
[DNAFieldAttribute(8, "int", 1, "h[2]", "System.Int32[]", false, 8)]
|
||||
public int[] h = new System.Int32[2];
|
||||
[DNAFieldAttribute(2, "short", "flag[2]", "System.Int16[]", 4, false, 16)]
|
||||
[DNAFieldAttribute(4, "short", 2, "flag[2]", "System.Int16[]", false, 16)]
|
||||
public short[] flag = new System.Int16[2];
|
||||
[DNAFieldAttribute(3, "short", "changed_timestamp[2]", "System.Int16[]", 4, false, 20)]
|
||||
[DNAFieldAttribute(4, "short", 3, "changed_timestamp[2]", "System.Int16[]", false, 20)]
|
||||
public short[] changed_timestamp = new System.Int16[2];
|
||||
[DNAFieldAttribute(4, "int", "*rect[2]", "System.Int32[]", 16, true, 24)]
|
||||
public int[] ptr_r = new System.Int32[2];
|
||||
[DNAFieldAttribute(5, "PreviewImageRuntimeHandle", "*runtime", "PreviewImageRuntimeHandle", 8, true, 40)]
|
||||
public PreviewImageRuntimeHandle ptr_runtime;
|
||||
[DNAFieldAttribute(16, "int", 4, "*rect[2]", "System.Int32[]", true, 24)]
|
||||
public int[] rect = new System.Int32[2];
|
||||
[DNAFieldAttribute(8, "PreviewImageRuntimeHandle", 5, "*runtime", "PreviewImageRuntimeHandle", true, 40)]
|
||||
public PreviewImageRuntimeHandle runtime;
|
||||
public PreviewImage() {
|
||||
this.w = default;
|
||||
this.h = default;
|
||||
this.flag = default;
|
||||
this.changed_timestamp = default;
|
||||
this.ptr_r = default;
|
||||
this.ptr_runtime = default;
|
||||
this.rect = default;
|
||||
this.runtime = default;
|
||||
}
|
||||
public PreviewImage(int[] w, int[] h, short[] flag, short[] changed_timestamp, int[] ptr_r, PreviewImageRuntimeHandle ptr_runtime) {
|
||||
public PreviewImage(int[] w, int[] h, short[] flag, short[] changed_timestamp, int[] rect, PreviewImageRuntimeHandle runtime) {
|
||||
this.w = w;
|
||||
this.h = h;
|
||||
this.flag = flag;
|
||||
this.changed_timestamp = changed_timestamp;
|
||||
this.ptr_r = ptr_r;
|
||||
this.ptr_runtime = ptr_runtime;
|
||||
this.rect = rect;
|
||||
this.runtime = runtime;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user