class_PipelineECS - reeseschultz/godex GitHub Wiki
This file is automatically generated. To make changes, please edit the corresponding XML file in the doc_classes/ folder instead.
Scripting API: Please edit XML with descriptions.
- StringName pipeline_name
| Default | @"" |
| Setter | set_pipeline_name(value) |
| Getter | get_pipeline_name() |
- Array systems_name
| Default | [ ] |
| Setter | set_systems_name(value) |
| Getter | get_systems_name() |
- void insert_system ( StringName system_name, int position=-1 )
- void remove_system ( StringName system_name )