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