Added Ufbx
This commit is contained in:
10
src/ThridParty/Ghost.Ufbx/Generated/ufbx_extrapolation.cs
Normal file
10
src/ThridParty/Ghost.Ufbx/Generated/ufbx_extrapolation.cs
Normal file
@@ -0,0 +1,10 @@
|
||||
namespace Ghost.Ufbx
|
||||
{
|
||||
public partial struct ufbx_extrapolation
|
||||
{
|
||||
public ufbx_extrapolation_mode mode;
|
||||
|
||||
[NativeTypeName("int32_t")]
|
||||
public int repeat_count;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user