State
Namespace
namespace Handy2DTools.Actions{}
Declaration
public abstract class State : MonoBehaviour {}
Fields
|
|
A name you can give the state (you can use the inspector) |
|
|
The state machine. Set inside InternalLoad() method wich is called by the machine. |
|
|
The machine’s actor. Set inside InternalLoad() method wich is called by the machine. |
Properties
|
|
List of transitions for this state. |
|
|
Either the set |
Methods
|
|
Called by the StateMachine to load important functionalities. |
|
|
Reorders |
|
|
Called to register a StateTransition. Must be called inside |
Arguments: |
||
|
|
Called to register a StateTransition. Must be called inside |
Arguments: |