DirectionalAnimations3D<TGroup>.

PlayCurrentAnimation(TGroup) Method

Summary

Plays the appropriate animation based on the current rotation and Animancer.DirectionalAnimations3D`1.Forward direction.
Assembly
Animancer.dll
Namespace
Animancer
Containing Type
DirectionalAnimations3D<TGroup>

Syntax

public void PlayCurrentAnimation(TGroup group)

Remarks

If the `group` is the same as the previous, the new animation will be given the same Animancer.AnimancerState.NormalizedTime as the previous.

Parameters

Name Type Description
group TGroup

Return Value

Type Description
void