Skip to content

State

Inherits: Node

Description

Base Class for all states

Properties

NameTypeDefault
state_machineStateMachine

Methods

ReturnsName
void_on_enter ( )
void_on_leave ( )
Variantis_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.