ControllerState.

PlayInFixedTime(string, int, float) Method

Summary

Plays the specified state immediately, starting from a particular time (in seconds).
Assembly
Animancer.dll
Namespace
Animancer
Containing Type
ControllerState

Syntax

public void PlayInFixedTime(string stateName, int layer = -1, float fixedTime = 0)

Parameters

Name Type Description
stateName string
layer int
fixedTime float

Return Value

Type Description
void