State 
Inherits: Node
Description 
Base Class for all states
Properties 
| Name | Type | Default | 
|---|---|---|
| state_machine | StateMachine | 
Methods 
| Returns | Name | 
|---|---|
| void | _on_enter ( ) | 
| void | _on_leave ( ) | 
| Variant | is_active ( ) | 
Property Descriptions 
state_machine: StateMachine 
No description provided yet.
Method Descriptions 
_on_enter ( ) -> void 
No description provided yet.
_on_leave ( ) -> void 
No description provided yet.
is_active ( ) -> Variant 
No description provided yet.

