regenerated files
This commit is contained in:
@@ -15,11 +15,11 @@ namespace BlendFile.DNA {
|
||||
|
||||
[DNAClassAttribute(574, "bNodePanelState")]
|
||||
public struct bNodePanelState {
|
||||
[DNAFieldAttribute(0, "int", "identifier", "int", 4)]
|
||||
[DNAFieldAttribute(0, "int", "identifier", "int", 4, false)]
|
||||
public int identifier;
|
||||
[DNAFieldAttribute(1, "char", "flag", "char", 1)]
|
||||
[DNAFieldAttribute(1, "char", "flag", "char", 1, false)]
|
||||
public char flag;
|
||||
[DNAFieldAttribute(2, "char", "_pad[3]", "System.Char[]", 1)]
|
||||
[DNAFieldAttribute(2, "char", "_pad[3]", "System.Char[]", 3, false)]
|
||||
public char[] _pad = new System.Char[3];
|
||||
public bNodePanelState() {
|
||||
this.identifier = default;
|
||||
|
||||
Reference in New Issue
Block a user