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

11 lines
197 B
C#

namespace Ghost.Ufbx
{
public partial struct ufbx_extrapolation
{
public ufbx_extrapolation_mode mode;
[NativeTypeName("int32_t")]
public int repeat_count;
}
}