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