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