UnityEditor.AnimationUtility.GetScriptableObjectEditorCurveValueType C# (CSharp) 메소드

GetScriptableObjectEditorCurveValueType() 정적인 개인적인 메소드

static private GetScriptableObjectEditorCurveValueType ( ScriptableObject scriptableObject, EditorCurveBinding binding ) : Type
scriptableObject UnityEngine.ScriptableObject
binding EditorCurveBinding
리턴 System.Type
        internal static Type GetScriptableObjectEditorCurveValueType(ScriptableObject scriptableObject, EditorCurveBinding binding)
        {
            return INTERNAL_CALL_GetScriptableObjectEditorCurveValueType(scriptableObject, ref binding);
        }
AnimationUtility