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