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