Generated new code and added initial data handling
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user