Name | Description |
---|
COMPONENT_TYPE_ENTITY = 0 | Entity component class. |
COMPONENT_TYPE_VIEW = 1 | View component class. |
COMPONENT_TYPE_GROUP = 2 | View Group component class. |
COMPONENT_TYPE_SENSOR = 3 | Sensor component class. |
COMPONENT_TYPE_REG_WATER = 4 | Regional Water component class. |
COMPONENT_TYPE_REG_TERRAIN = 5 | Regional Terrain component class. |
COMPONENT_TYPE_REG_WEATHER = 6 | Regional Weather component class. |
COMPONENT_TYPE_GLOBAL_WATER = 7 | Global Water component class. |
COMPONENT_TYPE_GLOBAL_TERRAIN = 8 | Global Terrain component class. |
COMPONENT_TYPE_GLOBAL_WEATHER = 9 | Global Weather component class. |
COMPONENT_TYPE_ATMOSPHERE = 10 | Atmosphere component class. |
COMPONENT_TYPE_CELESTIAL = 11 | Celestial component class. |
COMPONENT_TYPE_EVENT = 12 | Event component class. |
COMPONENT_TYPE_SYSTEM = 13 | System component class. |
COMPONENT_TYPE_SYMBOL_SURFACE = 14 | Symbol Surface component class. |
COMPONENT_TYPE_SYMBOL = 15 | Symbol component class. |
Returns the instance ID.