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