INTERNAL_CALL_GetObjectReferenceValue() private method

private INTERNAL_CALL_GetObjectReferenceValue ( GameObject root, EditorCurveBinding &binding, Object &targetObject ) : bool
root GameObject
binding EditorCurveBinding
targetObject Object
return bool
示例#1
0
 public static bool GetObjectReferenceValue(GameObject root, EditorCurveBinding binding, out UnityEngine.Object targetObject)
 {
     return(AnimationUtility.INTERNAL_CALL_GetObjectReferenceValue(root, ref binding, out targetObject));
 }