ControllerState.

ControllerState(RuntimeAnimatorController, ControllerState.ActionOnStop[]) Constructor

Summary

Creates a new Animancer.ControllerState to play the `controller`.
Assembly
Animancer.dll
Namespace
Animancer
Containing Type
ControllerState

Syntax

public ControllerState(RuntimeAnimatorController controller, params ControllerState.ActionOnStop[] actionsOnStop)

Parameters

Name Type Description
controller RuntimeAnimatorController
actionsOnStop ControllerState.ActionOnStop[]

Return Value

Type Description
void