Summary
An empty
Animancer.FSM.IState
that implements all the required methods as virtual
.- Assembly
- Animancer
.dll - Namespace
- Animancer
.FSM - Interfaces
- Base Types
-
- Object
graph BT
Type-->Base0["Object"]
Type-.->Interface0["IState"]
click Interface0 "/animancer/api/Animancer.FSM/IState"
Type["State"]
class Type type-node
Syntax
public abstract class State : IState
Remarks
Documentation:
State Types
Properties
Name | Value | Summary |
---|---|---|
CanEnterState | bool |
Animancer.FSM.IState.CanEnterState |
CanExitState | bool |
Animancer.FSM.IState.CanExitState |
Methods
Name | Value | Summary |
---|---|---|
OnEnterState |
void |
Animancer.FSM.IState.OnEnterState |
OnExitState |
void |
Animancer.FSM.IState.OnExitState |