Added Ufbx
This commit is contained in:
11
src/ThridParty/Ghost.Ufbx/Generated/ufbx_snap_mode.cs
Normal file
11
src/ThridParty/Ghost.Ufbx/Generated/ufbx_snap_mode.cs
Normal file
@@ -0,0 +1,11 @@
|
||||
namespace Ghost.Ufbx
|
||||
{
|
||||
public enum ufbx_snap_mode
|
||||
{
|
||||
UFBX_SNAP_MODE_NONE,
|
||||
UFBX_SNAP_MODE_SNAP,
|
||||
UFBX_SNAP_MODE_PLAY,
|
||||
UFBX_SNAP_MODE_SNAP_AND_PLAY,
|
||||
UFBX_SNAP_MODE_FORCE_32BIT = 0x7fffffff,
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user