Description
Defines the ParaSpace world. Only one ParaWorldRoot object can be created for each world.
Property
| ContentID | Unique ID of the world. |
| ContentType | The content status in the world (Newly created or modified). |
| CrouchSpeed | Crouch speed in the world. |
| CustomCameraList | Custom camera list. |
| JumpHeight | Sets the jump height. |
| MaxSpeed | Movement speed in the world. |
| ObjectBehaviourAtRespawn | Specifies the operation to perform when a PickUp Object falls out of the world. Options: Destroy: Deletes the PickUp Object Respawn: Respawns the PickUp to where it started |
| RespawnHeightY | The Player's respawning height or the PickUp Object's respawning/destroying height. |
| Spawns | The Transform Array is referenced by the world spawn point. |
| SpawnOrder | Rules for spawn point. Options: First: Always use the first spawn point to spawn users Sequential: Spawn users sequentially Random: Spawn users randomly |