Added Ufbx
This commit is contained in:
14
src/ThridParty/Ghost.Ufbx/Generated/ufbx_curve_point.cs
Normal file
14
src/ThridParty/Ghost.Ufbx/Generated/ufbx_curve_point.cs
Normal file
@@ -0,0 +1,14 @@
|
||||
namespace Ghost.Ufbx
|
||||
{
|
||||
public partial struct ufbx_curve_point
|
||||
{
|
||||
[NativeTypeName("_Bool")]
|
||||
public bool valid;
|
||||
|
||||
[NativeTypeName("ufbx_vec3")]
|
||||
public Misaki.HighPerformance.Mathematics.float3 position;
|
||||
|
||||
[NativeTypeName("ufbx_vec3")]
|
||||
public Misaki.HighPerformance.Mathematics.float3 derivative;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user