regenerated files
This commit is contained in:
@@ -15,57 +15,57 @@ namespace BlendFile.DNA {
|
||||
|
||||
[DNAClassAttribute(570, "bNodeSocket")]
|
||||
public class bNodeSocket {
|
||||
[DNAFieldAttribute(0, "bNodeSocket", "*next", "bNodeSocket", 528)]
|
||||
[DNAFieldAttribute(0, "bNodeSocket", "*next", "bNodeSocket", 4, true)]
|
||||
public bNodeSocket ptr_next;
|
||||
[DNAFieldAttribute(1, "bNodeSocket", "*prev", "bNodeSocket", 528)]
|
||||
[DNAFieldAttribute(1, "bNodeSocket", "*prev", "bNodeSocket", 4, true)]
|
||||
public bNodeSocket ptr_prev;
|
||||
[DNAFieldAttribute(2, "IDProperty", "*prop", "IDProperty", 136)]
|
||||
[DNAFieldAttribute(2, "IDProperty", "*prop", "IDProperty", 4, true)]
|
||||
public IDProperty ptr_prop;
|
||||
[DNAFieldAttribute(3, "char", "identifier[64]", "System.Char[]", 1)]
|
||||
[DNAFieldAttribute(3, "char", "identifier[64]", "System.Char[]", 64, false)]
|
||||
public char[] identifier = new System.Char[64];
|
||||
[DNAFieldAttribute(4, "char", "name[64]", "System.Char[]", 1)]
|
||||
[DNAFieldAttribute(4, "char", "name[64]", "System.Char[]", 64, false)]
|
||||
public char[] name = new System.Char[64];
|
||||
[DNAFieldAttribute(5, "void", "*storage", "void", 0)]
|
||||
[DNAFieldAttribute(5, "void", "*storage", "void", 4, true)]
|
||||
public object ptr_storage;
|
||||
[DNAFieldAttribute(6, "short", "type", "short", 2)]
|
||||
[DNAFieldAttribute(6, "short", "type", "short", 2, false)]
|
||||
public short type;
|
||||
[DNAFieldAttribute(7, "short", "flag", "short", 2)]
|
||||
[DNAFieldAttribute(7, "short", "flag", "short", 2, false)]
|
||||
public short flag;
|
||||
[DNAFieldAttribute(8, "short", "limit", "short", 2)]
|
||||
[DNAFieldAttribute(8, "short", "limit", "short", 2, false)]
|
||||
public short limit;
|
||||
[DNAFieldAttribute(9, "short", "in_out", "short", 2)]
|
||||
[DNAFieldAttribute(9, "short", "in_out", "short", 2, false)]
|
||||
public short in_out;
|
||||
[DNAFieldAttribute(10, "bNodeSocketTypeHandle", "*typeinfo", "bNodeSocketTypeHandle", 0)]
|
||||
[DNAFieldAttribute(10, "bNodeSocketTypeHandle", "*typeinfo", "bNodeSocketTypeHandle", 4, true)]
|
||||
public bNodeSocketTypeHandle ptr_typeinfo;
|
||||
[DNAFieldAttribute(11, "char", "idname[64]", "System.Char[]", 1)]
|
||||
[DNAFieldAttribute(11, "char", "idname[64]", "System.Char[]", 64, false)]
|
||||
public char[] idname = new System.Char[64];
|
||||
[DNAFieldAttribute(12, "void", "*default_value", "void", 0)]
|
||||
[DNAFieldAttribute(12, "void", "*default_value", "void", 4, true)]
|
||||
public object ptr_default_value;
|
||||
[DNAFieldAttribute(13, "short", "stack_index", "short", 2)]
|
||||
[DNAFieldAttribute(13, "short", "stack_index", "short", 2, false)]
|
||||
public short stack_index;
|
||||
[DNAFieldAttribute(14, "char", "display_shape", "char", 1)]
|
||||
[DNAFieldAttribute(14, "char", "display_shape", "char", 1, false)]
|
||||
public char display_shape;
|
||||
[DNAFieldAttribute(15, "char", "attribute_domain", "char", 1)]
|
||||
[DNAFieldAttribute(15, "char", "attribute_domain", "char", 1, false)]
|
||||
public char attribute_domain;
|
||||
[DNAFieldAttribute(16, "char", "_pad[4]", "System.Char[]", 1)]
|
||||
[DNAFieldAttribute(16, "char", "_pad[4]", "System.Char[]", 4, false)]
|
||||
public char[] _pad = new System.Char[4];
|
||||
[DNAFieldAttribute(17, "char", "label[64]", "System.Char[]", 1)]
|
||||
[DNAFieldAttribute(17, "char", "label[64]", "System.Char[]", 64, false)]
|
||||
public char[] label = new System.Char[64];
|
||||
[DNAFieldAttribute(18, "char", "short_label[64]", "System.Char[]", 1)]
|
||||
[DNAFieldAttribute(18, "char", "short_label[64]", "System.Char[]", 64, false)]
|
||||
public char[] short_label = new System.Char[64];
|
||||
[DNAFieldAttribute(19, "char", "description[64]", "System.Char[]", 1)]
|
||||
[DNAFieldAttribute(19, "char", "description[64]", "System.Char[]", 64, false)]
|
||||
public char[] description = new System.Char[64];
|
||||
[DNAFieldAttribute(20, "char", "*default_attribute_name", "char", 1)]
|
||||
[DNAFieldAttribute(20, "char", "*default_attribute_name", "char", 4, true)]
|
||||
public char ptr_default_attribute_name;
|
||||
[DNAFieldAttribute(21, "int", "own_index", "int", 4)]
|
||||
[DNAFieldAttribute(21, "int", "own_index", "int", 4, false)]
|
||||
public int own_index;
|
||||
[DNAFieldAttribute(22, "int", "to_index", "int", 4)]
|
||||
[DNAFieldAttribute(22, "int", "to_index", "int", 4, false)]
|
||||
public int to_index;
|
||||
[DNAFieldAttribute(23, "bNodeLink", "*link", "bNodeLink", 56)]
|
||||
[DNAFieldAttribute(23, "bNodeLink", "*link", "bNodeLink", 4, true)]
|
||||
public bNodeLink ptr_link;
|
||||
[DNAFieldAttribute(24, "bNodeStack", "ns", "bNodeStack", 48)]
|
||||
[DNAFieldAttribute(24, "bNodeStack", "ns", "bNodeStack", 48, false)]
|
||||
public bNodeStack ns;
|
||||
[DNAFieldAttribute(25, "bNodeSocketRuntimeHandle", "*runtime", "bNodeSocketRuntimeHandle", 0)]
|
||||
[DNAFieldAttribute(25, "bNodeSocketRuntimeHandle", "*runtime", "bNodeSocketRuntimeHandle", 4, true)]
|
||||
public bNodeSocketRuntimeHandle ptr_runtime;
|
||||
public bNodeSocket() {
|
||||
this.ptr_next = default;
|
||||
|
||||
Reference in New Issue
Block a user