regenerated files
This commit is contained in:
@@ -15,11 +15,11 @@ namespace BlendFile.DNA {
|
||||
|
||||
[DNAClassAttribute(68, "ActionStripKeyframeData")]
|
||||
public class ActionStripKeyframeData {
|
||||
[DNAFieldAttribute(0, "ActionChannelBag", "**channelbag_array", 32)]
|
||||
[DNAFieldAttribute(0, "ActionChannelBag", "**channelbag_array", "ActionChannelBag", 32)]
|
||||
public ActionChannelBag ptr_ptr_channelbag_array;
|
||||
[DNAFieldAttribute(1, "int", "channelbag_array_num", 4)]
|
||||
[DNAFieldAttribute(1, "int", "channelbag_array_num", "int", 4)]
|
||||
public int channelbag_array_num;
|
||||
[DNAFieldAttribute(2, "uchar", "_pad[4]", 1)]
|
||||
[DNAFieldAttribute(2, "uchar", "_pad[4]", "System.Byte[]", 1)]
|
||||
public byte[] _pad = new System.Byte[4];
|
||||
public ActionStripKeyframeData() {
|
||||
this.ptr_ptr_channelbag_array = default;
|
||||
|
||||
Reference in New Issue
Block a user