Summary
Determines what a layer does when
Animancer.AnimancerNode.Stop
is called.- Assembly
- Animancer
.dll - Namespace
- Animancer
- Base Types
-
- Enum
graph BT
Type-->Base0["Enum"]
Type["ControllerState.ActionOnStop"]
class Type type-node
Syntax
public enum ControllerState.ActionOnStop
Fields
Name | Constant Value | Summary |
---|---|---|
Continue | 2 |
Allow the current state to stay at its current time.
static
|
DefaultState | 0 |
Reset the layer to the first state it was in.
static
|
RewindTime | 1 |
Rewind the current state's time to 0.
static
|