regenerated files

This commit is contained in:
mm00
2025-02-19 17:07:50 +01:00
parent f327f18b57
commit 380949122c
935 changed files with 9595 additions and 9586 deletions

View File

@@ -15,19 +15,19 @@ namespace BlendFile.DNA {
[DNAClassAttribute(77, "ActionStrip")]
public struct ActionStrip {
[DNAFieldAttribute(0, "int8_t", "strip_type", "int8_t", 1)]
[DNAFieldAttribute(0, "int8_t", "strip_type", "int8_t", 1, false)]
public sbyte strip_type;
[DNAFieldAttribute(1, "uchar", "_pad0[3]", "System.Byte[]", 1)]
[DNAFieldAttribute(1, "uchar", "_pad0[3]", "System.Byte[]", 3, false)]
public byte[] _pad0 = new System.Byte[3];
[DNAFieldAttribute(2, "int", "data_index", "int", 4)]
[DNAFieldAttribute(2, "int", "data_index", "int", 4, false)]
public int data_index;
[DNAFieldAttribute(3, "float", "frame_start", "float", 4)]
[DNAFieldAttribute(3, "float", "frame_start", "float", 4, false)]
public float frame_start;
[DNAFieldAttribute(4, "float", "frame_end", "float", 4)]
[DNAFieldAttribute(4, "float", "frame_end", "float", 4, false)]
public float frame_end;
[DNAFieldAttribute(5, "float", "frame_offset", "float", 4)]
[DNAFieldAttribute(5, "float", "frame_offset", "float", 4, false)]
public float frame_offset;
[DNAFieldAttribute(6, "uchar", "_pad1[4]", "System.Byte[]", 1)]
[DNAFieldAttribute(6, "uchar", "_pad1[4]", "System.Byte[]", 4, false)]
public byte[] _pad1 = new System.Byte[4];
public ActionStrip() {
this.strip_type = default;