Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


AnimationClipPlayable

A Playable that controls an AnimationClip.
Read time 1 minuteLast updated 12 days ago

Definition

public struct AnimationClipPlayable : IPlayable, IEquatable<AnimationClipPlayable>

Remarks

NOTE: You can use PlayableExtensions methods with AnimationClipPlayable objects.

Methods

Method

Description

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.

Static Methods

Method

Description

CreateCreates an AnimationClipPlayable in the PlayableGraph.