Skip to content

Add Component > Massive Loop > World > MLO World Descriptor

MLO World Descriptor Component⚓︎

The main link between SDK and the Massive Loop VR Client. Each SDK world needs only one object with these Components.

Requires⚓︎

None

Parameters⚓︎

Name Description
Available spawn location The spawn locations.
Size Number of spawn location.
Element n The spawn location field (drag and drop)
Spawn Selection How the spawn locations selected.
Auto Min Global Y Let Editor Automatically determine the minimum global Y when building.
Min Global Y Minimum global y in which players are allowed to travel. Any player at or bellow that point will be transferred back to the spawn location. This feature meant to prevent infinite fall from edges of the map. Of course the developer should try to seal off the map as much as possible.
Use Default Locomotion Use the massive loop defined default locomotion values for this world. Uncheck it to define custom locomotion values.
Locomotion Enabled Enable or disable the locomotion for this world. Disabled locomotion means the players cannot move in the world.
Walking Enabled Enable or disable walking for the players.
Walking Speed Default walking speed. Only a value between [0, 10] allowed.
Allowed Walk Speed Deviation The player comfort settings allows the player adjust their walking speed in allowed range. This value defines this range. For example, if the walking speed is set to 5 and the walk deviation is set to 2, the players can choose to set their walking speed between 3 and 7. To disable this range, set this value to 0. Only a value between [0, WalkSpeed] allowed.
Dashing Enabled Enable or Disable dashing (running).
Dashing Multiplier Set the dashing multiplier. When dashing is activated by the player, their movement speed is calculated by multiplying this value by their walking speed. Note that their comfort setting will also effect the final dashing speed. Only a value between [0, 2] is allowed.
Jumping Enabled Enable or Disable jumping.
Jump Speed Speed which the player jumps. Only a value between [0, 15] allowed.
Climb Enabled Can player climb the walls. You can set specific walls to be none-climbable by setting their layer to Ignore Raycast.
Turning Enabled Enable or Disable Turning.
Max Teleport Range Define the maximum teleport range when the player using Teleport or Holo-Teleport mode. Only a value between [0, 100] allowed.
Walk Mode Allow or disallow the players to use Walk Mode for the world.
Teleport Mode Allow or disallow the players to use Teleport Mode for the world.
Holo Teleport Mode. Allow or disallow the players to use Holo Teleport Mode
Max Audio Distance World's general maximum audio distance for players.