mirror of
https://github.com/maxartz15/VertexAnimation.git
synced 2026-01-11 15:15:44 +01:00
Apply root motion option.
Added option to apply root motion.
This commit is contained in:
@@ -28,6 +28,7 @@ namespace TAO.VertexAnimation.Editor
|
||||
{
|
||||
EditorGUILayout.PropertyField(serializedObject.FindProperty("model"));
|
||||
EditorGUILayout.PropertyField(serializedObject.FindProperty("animationClips"));
|
||||
EditorGUILayout.PropertyField(serializedObject.FindProperty("applyRootMotion"));
|
||||
EditorGUILayout.PropertyField(serializedObject.FindProperty("fps"));
|
||||
EditorGUILayout.PropertyField(serializedObject.FindProperty("textureWidth"));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user