UnityEditor.AnimationUtility.INTERNAL_CALL_GetScriptableObjectEditorCurveValueType C# (CSharp) Method

INTERNAL_CALL_GetScriptableObjectEditorCurveValueType() private method

private INTERNAL_CALL_GetScriptableObjectEditorCurveValueType ( ScriptableObject scriptableObject, EditorCurveBinding &binding ) : Type
scriptableObject ScriptableObject
binding EditorCurveBinding
return Type
        private static extern Type INTERNAL_CALL_GetScriptableObjectEditorCurveValueType(ScriptableObject scriptableObject, ref EditorCurveBinding binding);
        [MethodImpl(MethodImplOptions.InternalCall)]

Usage Example

示例#1
0
 internal static Type GetScriptableObjectEditorCurveValueType(ScriptableObject scriptableObject, EditorCurveBinding binding)
 {
     return(AnimationUtility.INTERNAL_CALL_GetScriptableObjectEditorCurveValueType(scriptableObject, ref binding));
 }
AnimationUtility