Regenerated codefiles
This commit is contained in:
@@ -15,22 +15,22 @@ namespace BlendFile.DNA {
|
||||
|
||||
[DNAClassAttribute(734, "NodeRepeatItem", 16)]
|
||||
public class NodeRepeatItem {
|
||||
[DNAFieldAttribute(0, "char", "*name", "char", 8, true, 0)]
|
||||
public char ptr_name;
|
||||
[DNAFieldAttribute(1, "short", "socket_type", "short", 2, false, 8)]
|
||||
[DNAFieldAttribute(8, "char", 0, "*name", "char", true, 0)]
|
||||
public char name;
|
||||
[DNAFieldAttribute(2, "short", 1, "socket_type", "short", false, 8)]
|
||||
public short socket_type;
|
||||
[DNAFieldAttribute(2, "char", "_pad[2]", "System.Char[]", 2, false, 10)]
|
||||
[DNAFieldAttribute(2, "char", 2, "_pad[2]", "System.Char[]", false, 10)]
|
||||
public char[] _pad = new System.Char[2];
|
||||
[DNAFieldAttribute(3, "int", "identifier", "int", 4, false, 12)]
|
||||
[DNAFieldAttribute(4, "int", 3, "identifier", "int", false, 12)]
|
||||
public int identifier;
|
||||
public NodeRepeatItem() {
|
||||
this.ptr_name = default;
|
||||
this.name = default;
|
||||
this.socket_type = default;
|
||||
this._pad = default;
|
||||
this.identifier = default;
|
||||
}
|
||||
public NodeRepeatItem(char ptr_name, short socket_type, char[] _pad, int identifier) {
|
||||
this.ptr_name = ptr_name;
|
||||
public NodeRepeatItem(char name, short socket_type, char[] _pad, int identifier) {
|
||||
this.name = name;
|
||||
this.socket_type = socket_type;
|
||||
this._pad = _pad;
|
||||
this.identifier = identifier;
|
||||
|
||||
Reference in New Issue
Block a user