Summary
Plays the specified state immediately, starting from a particular normalized time.
- Assembly
- Animancer
.dll - Namespace
- Animancer
- Containing Type
- ControllerState
Syntax
public void Play(string stateName, int layer = -1, float normalizedTime = -Infinity)
Parameters
Name | Type | Description |
---|---|---|
stateName | string | |
layer | int | |
normalizedTime | float |
Return Value
Type | Description |
---|---|
void |