Added Generation Output
This commit is contained in:
14
BlendFile/DNA/ActionStripKeyframeData.cs
Normal file
14
BlendFile/DNA/ActionStripKeyframeData.cs
Normal file
@@ -0,0 +1,14 @@
|
||||
// Automatically generated by BlenderSharp at 22/01/2025 02:21:57
|
||||
namespace BlendFile.DNA {
|
||||
|
||||
public class ActionStripKeyframeData {
|
||||
public ActionChannelBag ptr_ptr_channelbag_array;
|
||||
public int channelbag_array_num;
|
||||
public uchar[] _pad = new uchar[4];
|
||||
public ActionStripKeyframeData(ActionChannelBag ptr_ptr_channelbag_array, int channelbag_array_num, uchar[] _pad) {
|
||||
this.ptr_ptr_channelbag_array = ptr_ptr_channelbag_array;
|
||||
this.channelbag_array_num = channelbag_array_num;
|
||||
this._pad = _pad;
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user