Regenerated code files
This commit is contained in:
@@ -15,17 +15,17 @@ namespace BlendFile.DNA {
|
||||
|
||||
[DNAClassAttribute(68, "ActionStripKeyframeData", 16)]
|
||||
public class ActionStripKeyframeData {
|
||||
[DNAFieldAttribute(4, "uchar", 2, "_pad[4]", "System.Byte[]", false, 0)]
|
||||
public byte[] _pad = new System.Byte[4];
|
||||
[DNAListAttribute(8, "ActionChannelBag", "**channelbag_array", 0, "ActionChannelBag", "int", "channelbag_array_num", 1, 4, 0)]
|
||||
[DNAListAttribute(8, "ActionChannelBag", "**channelbag_array", 0, "ActionChannelBag", 8, "channelbag_array_num", 1, 0, 0)]
|
||||
public System.Collections.Generic.List<ActionChannelBag> channelbag_array;
|
||||
[DNAFieldAttribute(4, "uchar", 2, "_pad[4]", "System.Byte[]", false, 12)]
|
||||
public byte[] _pad = new System.Byte[4];
|
||||
public ActionStripKeyframeData() {
|
||||
this._pad = default;
|
||||
this.channelbag_array = default;
|
||||
this._pad = default;
|
||||
}
|
||||
public ActionStripKeyframeData(byte[] _pad, System.Collections.Generic.List<ActionChannelBag> channelbag_array) {
|
||||
this._pad = _pad;
|
||||
public ActionStripKeyframeData(System.Collections.Generic.List<ActionChannelBag> channelbag_array, byte[] _pad) {
|
||||
this.channelbag_array = channelbag_array;
|
||||
this._pad = _pad;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user