Standardized links. |
Added links. |
||
Line 41: | Line 41: | ||
|- | |- | ||
| Light | | Light | ||
| Provides a directional light for the world. | | Provides a directional [[Component:Light|light]] for the world. | ||
|- | |- | ||
| Skybox | | Skybox | ||
| Provides the skybox for the world. | | Provides the [[Component:Skybox|skybox]] for the world. | ||
|- | |- | ||
| Ground | | Ground | ||
Line 50: | Line 50: | ||
|- | |- | ||
| SpawnArea | | SpawnArea | ||
| Provides the spawn area for the world. | | Provides the [[Component:CommonSpawnArea|spawn area]] for the world. | ||
|- | |- | ||
| [[Assets (Slot)|Assets]] | | [[Assets (Slot)|Assets]] | ||
Line 56: | Line 56: | ||
|- | |- | ||
| User (name) (ID) | | User (name) (ID) | ||
| A user's root slot, one per user. | | A user's root slot, one per [[User|user]]. | ||
|- | |- | ||
| _TEMP | | _TEMP | ||
Line 62: | Line 62: | ||
|- | |- | ||
| Undo Manager | | Undo Manager | ||
| The undo manager. Stores undo steps per user. | | The [[Component:UndoManager|undo manager]]. Stores [[Undo|undo]] steps per user. | ||
|} | |} | ||
Latest revision as of 11:18, 5 March 2025
Root is the top-level slot of a world.
Components present in Root for a new Grid World are:
Component | Description |
---|---|
StaticLocaleProvider |
This article or section is a Stub. You can help the Resonite Wiki by expanding it. |
AssetLoader<LocaleResource> | Loader for the StaticLocaleProvider. |
GradientStripTexture |
This article or section is a Stub. You can help the Resonite Wiki by expanding it. |
DynamicVariableSpace | Provides a dynamic variable space named World. |
FontChain | Provides five fonts. |
StaticFont | Five of these, one for each font in the FontChain. |
TextUnlitMaterial | A material for text, white with black outline. |
UI_TextUnlitMaterial | A material for text in UI, white with black outline. |
SpriteProvider | For a checkmark icon. |
StaticTexture2D | For a checkmark icon. |
SpriteProvider | For a filled circle icon. |
StaticTexture2D | For a filled circle icon. |
Slots under Root for a new Grid World are:
Slots | |
---|---|
Slot | Summary |
Controllers | Contains the Locomotion Modules slot for users spawning into the world. |
Roles | Contains slots for world permissions. |
Clipboard Importer | Contains the Clipboard Importer which handles pasting things into the world. |
Light | Provides a directional light for the world. |
Skybox | Provides the skybox for the world. |
Ground | Provides the ground for the world. |
SpawnArea | Provides the spawn area for the world. |
Assets | Holder for assets referenced by objects, but not stored in those objects. |
User (name) (ID) | A user's root slot, one per user. |
_TEMP | A temporary scratch area. |
Undo Manager | The undo manager. Stores undo steps per user. |
See Also
This article or section is a Stub. You can help the Resonite Wiki by expanding it.