Regenerated code files
This commit is contained in:
@@ -17,7 +17,7 @@ namespace BlendFile.DNA {
|
||||
public class ActionStrip {
|
||||
[DNAFieldAttribute(1, "int8_t", 0, "strip_type", "int8_t", false, 0)]
|
||||
public sbyte strip_type;
|
||||
[DNAFieldAttribute(3, "uchar", 1, "_pad0[3]", "System.Byte[]", false, 1)]
|
||||
[DNAArrayAttribute(3, "uchar", 1, "_pad0[3]", "System.Byte[]", 3, 1)]
|
||||
public byte[] _pad0 = new System.Byte[3];
|
||||
[DNAFieldAttribute(4, "int", 2, "data_index", "int", false, 4)]
|
||||
public int data_index;
|
||||
@@ -27,7 +27,7 @@ namespace BlendFile.DNA {
|
||||
public float frame_end;
|
||||
[DNAFieldAttribute(4, "float", 5, "frame_offset", "float", false, 16)]
|
||||
public float frame_offset;
|
||||
[DNAFieldAttribute(4, "uchar", 6, "_pad1[4]", "System.Byte[]", false, 20)]
|
||||
[DNAArrayAttribute(4, "uchar", 6, "_pad1[4]", "System.Byte[]", 4, 20)]
|
||||
public byte[] _pad1 = new System.Byte[4];
|
||||
public ActionStrip() {
|
||||
this.strip_type = default;
|
||||
|
||||
Reference in New Issue
Block a user