Regenerated codefiles

This commit is contained in:
Samuele Lorefice
2025-03-04 18:48:04 +01:00
parent 8bbfb49720
commit 8e4eac0568
937 changed files with 16011 additions and 16181 deletions

View File

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