Files
GhostEngine/src/ThridParty/Ghost.Ufbx/Generated/ufbx_curve_point.cs
2026-03-14 18:29:18 +09:00

15 lines
355 B
C#

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;
}
}