Regenerated code files
This commit is contained in:
@@ -17,7 +17,7 @@ namespace BlendFile.DNA {
|
||||
public class bSound {
|
||||
[DNAFieldAttribute(208, "ID", 0, "id", "ID", false, 0)]
|
||||
public ID id;
|
||||
[DNAFieldAttribute(1024, "char", 1, "name[1024]", "System.Char[]", false, 208)]
|
||||
[DNAArrayAttribute(1024, "char", 1, "name[1024]", "System.Char[]", 1024, 208)]
|
||||
public char[] name = new System.Char[1024];
|
||||
[DNAFieldAttribute(8, "PackedFile", 2, "*packedfile", "PackedFile", true, 1232)]
|
||||
public PackedFile packedfile;
|
||||
@@ -43,7 +43,7 @@ namespace BlendFile.DNA {
|
||||
public short flags;
|
||||
[DNAFieldAttribute(2, "short", 13, "tags", "short", false, 1290)]
|
||||
public short tags;
|
||||
[DNAFieldAttribute(4, "char", 14, "_pad[4]", "System.Char[]", false, 1292)]
|
||||
[DNAArrayAttribute(4, "char", 14, "_pad[4]", "System.Char[]", 4, 1292)]
|
||||
public char[] _pad = new System.Char[4];
|
||||
[DNAFieldAttribute(8, "double", 15, "offset_time", "double", false, 1296)]
|
||||
public double offset_time;
|
||||
|
||||
Reference in New Issue
Block a user