Table of Contents

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

AnimationClip

GetApplyFootIK()

Returns the state of the ApplyFootIK flag.

[ExecutableFunction]
public bool GetApplyFootIK()

Returns

bool

GetApplyPlayableIK()

Returns the state of the ApplyPlayableIK flag.

[ExecutableFunction]
public bool GetApplyPlayableIK()

Returns

bool

SetApplyFootIK(bool)

Sets the value of the ApplyFootIK flag.

[ExecutableFunction]
public void SetApplyFootIK(bool value)

Parameters

value bool

SetApplyPlayableIK(bool)

Requests OnAnimatorIK to be called on the animated GameObject.

[ExecutableFunction]
public void SetApplyPlayableIK(bool value)

Parameters

value bool