UnityEditor.AnimationUtility.INTERNAL_CALL_GetEditorCurveValueType C# (CSharp) Method

INTERNAL_CALL_GetEditorCurveValueType() private method

private INTERNAL_CALL_GetEditorCurveValueType ( GameObject root, EditorCurveBinding &binding ) : Type
root GameObject
binding EditorCurveBinding
return Type
        private static extern Type INTERNAL_CALL_GetEditorCurveValueType(GameObject root, ref EditorCurveBinding binding);
        [MethodImpl(MethodImplOptions.InternalCall)]

Usage Example

Beispiel #1
0
 public static Type GetEditorCurveValueType(GameObject root, EditorCurveBinding binding)
 {
     return(AnimationUtility.INTERNAL_CALL_GetEditorCurveValueType(root, ref binding));
 }
AnimationUtility