Generated new code and added initial data handling

This commit is contained in:
mm00
2025-01-27 19:24:50 +01:00
parent ebcc629feb
commit 146a3992ce
940 changed files with 11560 additions and 9 deletions

View File

@@ -29,6 +29,15 @@ namespace BlendFile.DNA {
public float frame_offset;
[DNAFieldAttribute(6, "uchar", "_pad1[4]", 1)]
public byte[] _pad1 = new System.Byte[4];
public ActionStrip() {
this.strip_type = default;
this._pad0 = default;
this.data_index = default;
this.frame_start = default;
this.frame_end = default;
this.frame_offset = default;
this._pad1 = default;
}
public ActionStrip(sbyte strip_type, byte[] _pad0, int data_index, float frame_start, float frame_end, float frame_offset, byte[] _pad1) {
this.strip_type = strip_type;
this._pad0 = _pad0;