Struct AnimationProxy.AnimationClipInstanceProxy
- Namespace
- Ceres.Gameplay.Animations
- Assembly
- Ceres.Gameplay.dll
public readonly struct AnimationProxy.AnimationClipInstanceProxy
- Inherited Members
Methods
GetAnimationClip()
Returns the AnimationClip stored in the AnimationClipPlayable.
[ExecutableFunction]
public AnimationClip GetAnimationClip()
Returns
GetApplyFootIK()
Returns the state of the ApplyFootIK flag.
[ExecutableFunction]
public bool GetApplyFootIK()
Returns
GetApplyPlayableIK()
Returns the state of the ApplyPlayableIK flag.
[ExecutableFunction]
public bool GetApplyPlayableIK()
Returns
SetApplyFootIK(bool)
Sets the value of the ApplyFootIK flag.
[ExecutableFunction]
public void SetApplyFootIK(bool value)
Parameters
valuebool
SetApplyPlayableIK(bool)
Requests OnAnimatorIK to be called on the animated GameObject.
[ExecutableFunction]
public void SetApplyPlayableIK(bool value)
Parameters
valuebool