Regenerated code files
This commit is contained in:
@@ -17,9 +17,9 @@ namespace BlendFile.DNA {
|
||||
public class bNodeSocketValueString {
|
||||
[DNAFieldAttribute(4, "int", 0, "subtype", "int", false, 0)]
|
||||
public int subtype;
|
||||
[DNAFieldAttribute(4, "char", 1, "_pad[4]", "System.Char[]", false, 4)]
|
||||
[DNAArrayAttribute(4, "char", 1, "_pad[4]", "System.Char[]", 4, 4)]
|
||||
public char[] _pad = new System.Char[4];
|
||||
[DNAFieldAttribute(1024, "char", 2, "value[1024]", "System.Char[]", false, 8)]
|
||||
[DNAArrayAttribute(1024, "char", 2, "value[1024]", "System.Char[]", 1024, 8)]
|
||||
public char[] value = new System.Char[1024];
|
||||
public bNodeSocketValueString() {
|
||||
this.subtype = default;
|
||||
|
||||
Reference in New Issue
Block a user