World
The World static class allows LocalScripts to read/modify properties of the current World that is focused.
Methods
Method Name | Return Type | Parameters | Description |
---|
GetItemInRoot | Item | string | Gets an Item in the root of the world based on its name |
SetSkyboxMaterial | void | string | Sets the material from a Local Script Assets |
UpdateEnvironment | void | none | Schedules an update of the environment cubemap (see DynamicGI.UpdateEnvironment) |
Properties
Property Name | Type | Description |
---|
Properties | WorldProperties | The Properties for a World (Read only) |
Children | Item[] | All the children items in the root of the World |