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

GetObjectReferenceValue() 공개 정적인 메소드

public static GetObjectReferenceValue ( GameObject root, EditorCurveBinding binding, Object &targetObject ) : bool
root UnityEngine.GameObject
binding EditorCurveBinding
targetObject Object
리턴 bool
        public static bool GetObjectReferenceValue(GameObject root, EditorCurveBinding binding, out Object targetObject)
        {
            return INTERNAL_CALL_GetObjectReferenceValue(root, ref binding, out targetObject);
        }
AnimationUtility