RootMotion.

Play(int) Method

Summary

Plays the animation at the specified `index` in the Animancer.Examples.Locomotion.RootMotion._Animations array.
Assembly
Animancer.dll
Namespace
Animancer.Examples.Locomotion
Containing Type
RootMotion

Syntax

public void Play(int index)

Remarks

This method is called by UI Buttons.

Parameters

Name Type Description
index int

Return Value

Type Description
void