Added Ufbx
This commit is contained in:
12
src/ThridParty/Ghost.Ufbx/Generated/ufbx_baked_vec3.cs
Normal file
12
src/ThridParty/Ghost.Ufbx/Generated/ufbx_baked_vec3.cs
Normal file
@@ -0,0 +1,12 @@
|
||||
namespace Ghost.Ufbx
|
||||
{
|
||||
public partial struct ufbx_baked_vec3
|
||||
{
|
||||
public double time;
|
||||
|
||||
[NativeTypeName("ufbx_vec3")]
|
||||
public Misaki.HighPerformance.Mathematics.float3 value;
|
||||
|
||||
public ufbx_baked_key_flags flags;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user