Class TwistCorrectionEditor
Inheritance
TwistCorrectionEditor
Inherited Members
UnityEngine.Object.FindObjectsOfType<T>(System.Boolean)
UnityEngine.Object.FindObjectOfType<T>(System.Boolean)
Syntax
[CustomEditor(typeof(TwistCorrection))]
public class TwistCorrectionEditor : Editor, IPreviewable, IToolModeOwner
Methods
OnInspectorGUI()
Declaration
public override void OnInspectorGUI()
Overrides
TransferMotionToSkeleton(MenuCommand)
Declaration
[MenuItem("CONTEXT/TwistCorrection/Transfer motion to skeleton", false, 612)]
public static void TransferMotionToSkeleton(MenuCommand command)
Parameters
TransferMotionValidate(MenuCommand)
Declaration
[MenuItem("CONTEXT/TwistCorrection/Transfer motion to skeleton", true)]
public static bool TransferMotionValidate(MenuCommand command)
Parameters
Returns