Method |
Description |
|
AmbiguousBinding ( string path, int classID, Transform root ) : bool |
|
|
CalculateTransformPath ( Transform targetTransform, Transform root ) : string |
|
|
ConstrainToPolynomialCurve ( AnimationCurve curve ) : void |
|
|
CurveSupportsProcedural ( AnimationCurve curve ) : bool |
|
|
GetAllCurves ( AnimationClip clip ) : UnityEditor.AnimationClipCurveData[] |
|
|
GetAllCurves ( AnimationClip clip, [ includeCurveData ) : UnityEditor.AnimationClipCurveData[] |
|
|
GetAnimatableBindings ( GameObject targetObject, GameObject root ) : UnityEditor.EditorCurveBinding[] |
|
|
GetAnimationClipSettings ( AnimationClip clip ) : AnimationClipSettings |
|
|
GetAnimationClipStats ( AnimationClip clip ) : AnimationClipStats |
|
|
GetAnimationClips ( Animation component ) : UnityEngine.AnimationClip[] |
|
|
GetAnimationClips ( GameObject gameObject ) : UnityEngine.AnimationClip[] |
|
|
GetAnimationEvents ( AnimationClip clip ) : UnityEngine.AnimationEvent[] |
|
|
GetCurveBindings ( AnimationClip clip ) : UnityEditor.EditorCurveBinding[] |
|
|
GetEditorCurve ( AnimationClip clip, string relativePath, Type type, string propertyName ) : AnimationCurve |
|
|
GetFloatValue ( GameObject root, string relativePath, Type type, string propertyName, float &data ) : bool |
|
|
GetGenerateMotionCurves ( AnimationClip clip ) : bool |
|
|
GetKeyBroken ( Keyframe key ) : bool |
|
|
GetKeyLeftTangentMode ( Keyframe key ) : TangentMode |
|
|
GetKeyRightTangentMode ( Keyframe key ) : TangentMode |
|
|
GetObjectReferenceCurveBindings ( AnimationClip clip ) : UnityEditor.EditorCurveBinding[] |
|
|
GetScriptableObjectAnimatableBindings ( ScriptableObject scriptableObject ) : UnityEditor.EditorCurveBinding[] |
|
|
GetScriptableObjectEditorCurveValueType ( ScriptableObject scriptableObject, EditorCurveBinding binding ) : Type |
|
|
HasGenericRootTransform ( AnimationClip clip ) : bool |
|
|
HasMotionCurves ( AnimationClip clip ) : bool |
|
|
HasMotionFloatCurves ( AnimationClip clip ) : bool |
|
|
HasRootCurves ( AnimationClip clip ) : bool |
|
|
INTERNAL_CALL_GetAnimatedObject ( GameObject root, EditorCurveBinding &binding ) : Object |
|
|
INTERNAL_CALL_GetEditorCurve ( AnimationClip clip, EditorCurveBinding &binding ) : AnimationCurve |
|
|
INTERNAL_CALL_GetEditorCurveValueType ( GameObject root, EditorCurveBinding &binding ) : Type |
|
|
INTERNAL_CALL_GetFloatValue ( GameObject root, EditorCurveBinding &binding, float &data ) : bool |
|
|
INTERNAL_CALL_GetObjectReferenceCurve ( AnimationClip clip, EditorCurveBinding &binding ) : ObjectReferenceKeyframe[] |
|
|
INTERNAL_CALL_GetObjectReferenceValue ( GameObject root, EditorCurveBinding &binding, Object &targetObject ) : bool |
|
|
INTERNAL_CALL_GetScriptableObjectEditorCurveValueType ( ScriptableObject scriptableObject, EditorCurveBinding &binding ) : Type |
|
|
INTERNAL_CALL_Internal_SetEditorCurve ( AnimationClip clip, EditorCurveBinding &binding, AnimationCurve curve ) : void |
|
|
INTERNAL_CALL_Internal_SetObjectReferenceCurve ( AnimationClip clip, EditorCurveBinding &binding, ObjectReferenceKeyframe keyframes ) : void |
|
|
InAnimationMode ( ) : bool |
|
|
Internal_CalculateAutoTangent ( AnimationCurve curve, int index ) : void |
|
|
Internal_CalculateLinearTangent ( AnimationCurve curve, int index, int toIndex ) : float |
|
|
Internal_CallAnimationClipAwake ( AnimationClip clip ) : void |
|
|
Internal_SetAnimationEvents ( AnimationClip clip, AnimationEvent events ) : void |
|
|
Internal_SetEditorCurve ( AnimationClip clip, EditorCurveBinding binding, AnimationCurve curve ) : void |
|
|
Internal_SetObjectReferenceCurve ( AnimationClip clip, EditorCurveBinding binding, ObjectReferenceKeyframe keyframes ) : void |
|
|
Internal_UpdateTangents ( AnimationCurve curve, int index ) : void |
|
|
IsValidPolynomialCurve ( AnimationCurve curve ) : bool |
|
|
PropertyModificationToEditorCurveBinding ( PropertyModification modification, GameObject gameObject, EditorCurveBinding &binding ) : Type |
|
|
SetAdditiveReferencePose ( AnimationClip clip, AnimationClip referenceClip, float time ) : void |
|
|
SetAnimationClipSettings ( AnimationClip clip, AnimationClipSettings srcClipInfo ) : void |
|
|
SetAnimationClipSettingsNoDirty ( AnimationClip clip, AnimationClipSettings srcClipInfo ) : void |
|
|
SetAnimationClips ( Animation animation, AnimationClip clips ) : void |
|
|
SetAnimationType ( AnimationClip clip, ModelImporterAnimationType type ) : void |
|
|
SetEditorCurve ( AnimationClip clip, string relativePath, Type type, string propertyName, AnimationCurve curve ) : void |
|
|
SetGenerateMotionCurves ( AnimationClip clip, bool value ) : void |
|
|
SetKeyBroken ( Keyframe &key, bool broken ) : void |
|
|
SetKeyLeftTangentMode ( Keyframe &key, TangentMode tangentMode ) : void |
|
|
SetKeyRightTangentMode ( Keyframe &key, TangentMode tangentMode ) : void |
|
|
StartAnimationMode ( Object objects ) : void |
|
|
StopAnimationMode ( ) : void |
|
|
UpdateTangentsFromMode ( AnimationCurve curve ) : void |
|
|
UpdateTangentsFromModeSurrounding ( AnimationCurve curve, int index ) : void |
|
|