class_ECS - reeseschultz/godex GitHub Wiki
This file is automatically generated. To make changes, please edit the corresponding XML file in the doc_classes/ folder instead.
Singleton to access Godex utilities.
- NOTIFICATION_ECS_WORLD_LOADED = -1
- NOTIFICATION_ECS_WORLD_PRE_UNLOAD = -2
- NOTIFICATION_ECS_WORLD_UNLOADED = -3
- NOTIFICATION_ECS_WORDL_READY = -4
- NOTIFICATION_ECS_ENTITY_CREATED = -5
- Child = 0
- Disabled = 1
- MeshComponent = 2
- TransformComponent = 3
- Shape3DComponent = 4
- WorldCommands = 0
- World = 1
- FrameTime = 2
- OsDatabag = 3
- EngineDatabag = 4
- MessageQueueDatabag = 5
- RenderingServerDatabag = 6
- RenderingScenarioDatabag = 7
- Physics3D = 8
- InputDatabag = 9
- Node get_active_world ( )
- int get_component_id ( StringName name ) |const|
- int get_databag_id ( StringName name ) |const|
- int get_system_id ( StringName name ) |const|
- bool verify_component_id ( int name ) |const|
- bool verify_databag_id ( int name ) |const|
- bool verify_system_id ( int name ) |const|