Version: 2021.3
언어: 한국어

AnimationClipPlayable

struct in UnityEngine.Animations


인터페이스 구현:IPlayable

매뉴얼로 전환

설명

A Playable that controls an AnimationClip.

NOTE: You can use PlayableExtensions methods with AnimationClipPlayable objects.

Public 함수

GetAnimationClipReturns the AnimationClip stored in the AnimationClipPlayable.
GetApplyFootIKReturns the state of the ApplyFootIK flag.
GetApplyPlayableIKReturns the state of the ApplyPlayableIK flag.
SetApplyFootIKSets the value of the ApplyFootIK flag.
SetApplyPlayableIKRequests OnAnimatorIK to be called on the animated GameObject.

정적 함수

CreateCreates an AnimationClipPlayable in the PlayableGraph.