UnityEditor.AnimationUtility.INTERNAL_CALL_GetScriptableObjectEditorCurveValueType C# (CSharp) Méthode

INTERNAL_CALL_GetScriptableObjectEditorCurveValueType() private méthode

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

Usage Example

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