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

12 lines
278 B
C#

namespace Ghost.Ufbx
{
public enum ufbx_interpolation
{
UFBX_INTERPOLATION_CONSTANT_PREV,
UFBX_INTERPOLATION_CONSTANT_NEXT,
UFBX_INTERPOLATION_LINEAR,
UFBX_INTERPOLATION_CUBIC,
UFBX_INTERPOLATION_FORCE_32BIT = 0x7fffffff,
}
}