regenerated files
This commit is contained in:
@@ -15,29 +15,29 @@ namespace BlendFile.DNA {
|
||||
|
||||
[DNAClassAttribute(221, "CustomDataLayer")]
|
||||
public class CustomDataLayer {
|
||||
[DNAFieldAttribute(0, "int", "type", 4)]
|
||||
[DNAFieldAttribute(0, "int", "type", "int", 4)]
|
||||
public int type;
|
||||
[DNAFieldAttribute(1, "int", "offset", 4)]
|
||||
[DNAFieldAttribute(1, "int", "offset", "int", 4)]
|
||||
public int offset;
|
||||
[DNAFieldAttribute(2, "int", "flag", 4)]
|
||||
[DNAFieldAttribute(2, "int", "flag", "int", 4)]
|
||||
public int flag;
|
||||
[DNAFieldAttribute(3, "int", "active", 4)]
|
||||
[DNAFieldAttribute(3, "int", "active", "int", 4)]
|
||||
public int active;
|
||||
[DNAFieldAttribute(4, "int", "active_rnd", 4)]
|
||||
[DNAFieldAttribute(4, "int", "active_rnd", "int", 4)]
|
||||
public int active_rnd;
|
||||
[DNAFieldAttribute(5, "int", "active_clone", 4)]
|
||||
[DNAFieldAttribute(5, "int", "active_clone", "int", 4)]
|
||||
public int active_clone;
|
||||
[DNAFieldAttribute(6, "int", "active_mask", 4)]
|
||||
[DNAFieldAttribute(6, "int", "active_mask", "int", 4)]
|
||||
public int active_mask;
|
||||
[DNAFieldAttribute(7, "int", "uid", 4)]
|
||||
[DNAFieldAttribute(7, "int", "uid", "int", 4)]
|
||||
public int uid;
|
||||
[DNAFieldAttribute(8, "char", "name[68]", 1)]
|
||||
[DNAFieldAttribute(8, "char", "name[68]", "System.Char[]", 1)]
|
||||
public char[] name = new System.Char[68];
|
||||
[DNAFieldAttribute(9, "char", "_pad1[4]", 1)]
|
||||
[DNAFieldAttribute(9, "char", "_pad1[4]", "System.Char[]", 1)]
|
||||
public char[] _pad1 = new System.Char[4];
|
||||
[DNAFieldAttribute(10, "void", "*data", 0)]
|
||||
[DNAFieldAttribute(10, "void", "*data", "void", 0)]
|
||||
public object ptr_data;
|
||||
[DNAFieldAttribute(11, "ImplicitSharingInfoHandle", "*sharing_info", 0)]
|
||||
[DNAFieldAttribute(11, "ImplicitSharingInfoHandle", "*sharing_info", "ImplicitSharingInfoHandle", 0)]
|
||||
public ImplicitSharingInfoHandle ptr_sharing_info;
|
||||
public CustomDataLayer() {
|
||||
this.type = default;
|
||||
|
||||
Reference in New Issue
Block a user