Version: 2022.3
언어: 한국어

AnimationUtility.GetObjectReferenceCurve

매뉴얼로 전환
public static ObjectReferenceKeyframe[] GetObjectReferenceCurve (AnimationClip clip, EditorCurveBinding binding);

반환

ObjectReferenceKeyframe[] Returns an array of keyframes.

설명

Retrieves the object reference curve that the binding points to.

Unlike float curves, object reference curves do not have additional metadata. For this reason, an array of keyframes is returned instead of a curve object.

See also: AnimationUtility.GetEditorCurve.