regenerated files
This commit is contained in:
@@ -15,11 +15,11 @@ namespace BlendFile.DNA {
|
||||
|
||||
[DNAClassAttribute(104, "bArmature_Runtime")]
|
||||
public class bArmature_Runtime {
|
||||
[DNAFieldAttribute(0, "int", "active_collection_index", 4)]
|
||||
[DNAFieldAttribute(0, "int", "active_collection_index", "int", 4)]
|
||||
public int active_collection_index;
|
||||
[DNAFieldAttribute(1, "uchar", "_pad0[4]", 1)]
|
||||
[DNAFieldAttribute(1, "uchar", "_pad0[4]", "System.Byte[]", 1)]
|
||||
public byte[] _pad0 = new System.Byte[4];
|
||||
[DNAFieldAttribute(2, "BoneCollection", "*active_collection", 120)]
|
||||
[DNAFieldAttribute(2, "BoneCollection", "*active_collection", "BoneCollection", 120)]
|
||||
public BoneCollection ptr_active_collection;
|
||||
public bArmature_Runtime() {
|
||||
this.active_collection_index = default;
|
||||
|
||||
Reference in New Issue
Block a user