immersive-home/docs/reference/State.md

38 lines
1.4 KiB
Markdown
Raw Normal View History

2024-03-16 19:45:43 +02:00
# State
## Properties
| Name | Type | Default |
| ------------------------------- | ----------------------------------------------------------------------------------- | ------- |
| [state_machine](#state-machine) | [StateMachine](https://docs.godotengine.org/de/4.x/classes/class_statemachine.html) | |
## Methods
| Returns | Name |
| ------------------------------------------------------------------------- | ---------------------------- |
| void | [_on_enter](#-on-enter) ( ) |
| void | [_on_leave](#-on-leave) ( ) |
| [Variant](https://docs.godotengine.org/de/4.x/classes/class_variant.html) | [is_active](#is-active) ( ) |
## Property Descriptions
### state_machine: [StateMachine](https://docs.godotengine.org/de/4.x/classes/class_statemachine.html) {#state-machine}
No description provided yet.
## Method Descriptions
### _on_enter ( ) -> void {#-on-enter}
No description provided yet.
### _on_leave ( ) -> void {#-on-leave}
No description provided yet.
### is_active ( ) -> [Variant](https://docs.godotengine.org/de/4.x/classes/class_variant.html) {#is-active}
No description provided yet.