Regenerated codefiles
This commit is contained in:
@@ -15,22 +15,22 @@ namespace BlendFile.DNA {
|
||||
|
||||
[DNAClassAttribute(731, "NodeSimulationItem", 16)]
|
||||
public class NodeSimulationItem {
|
||||
[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, "short", "attribute_domain", "short", 2, false, 10)]
|
||||
[DNAFieldAttribute(2, "short", 2, "attribute_domain", "short", false, 10)]
|
||||
public short attribute_domain;
|
||||
[DNAFieldAttribute(3, "int", "identifier", "int", 4, false, 12)]
|
||||
[DNAFieldAttribute(4, "int", 3, "identifier", "int", false, 12)]
|
||||
public int identifier;
|
||||
public NodeSimulationItem() {
|
||||
this.ptr_name = default;
|
||||
this.name = default;
|
||||
this.socket_type = default;
|
||||
this.attribute_domain = default;
|
||||
this.identifier = default;
|
||||
}
|
||||
public NodeSimulationItem(char ptr_name, short socket_type, short attribute_domain, int identifier) {
|
||||
this.ptr_name = ptr_name;
|
||||
public NodeSimulationItem(char name, short socket_type, short attribute_domain, int identifier) {
|
||||
this.name = name;
|
||||
this.socket_type = socket_type;
|
||||
this.attribute_domain = attribute_domain;
|
||||
this.identifier = identifier;
|
||||
|
||||
Reference in New Issue
Block a user