Component:Skybox

From Resonite Wiki
Revision as of 06:32, 17 March 2025 by 989onan bot (talk | contribs) (Automated: update SyncDelegates)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Component image 
Skybox component as seen in the Scene Inspector

Can be used to specify the current material for the skybox and set the current skybox for the current world.

Fields

Fields
Name Type Description
persistent Bool Determines whether or not this item will be saved to the server.
UpdateOrder Int Controls the order in which this component is updated.
Enabled Bool Controls whether or not this component is enabled. Some components stop their functionality when this field is disabled, but some don't.
Material Material The material to use for the skybox.

Sync Delegates

Triggers
Method Name Method type and Arguments. Is the method hidden? Description
SetActive:ButtonEventHandler ButtonEventHandler

Usage

Attach to a slot, put a Component:Projection360Material or a Component:ProceduralSkyMaterial in Material and hit the "Set Active Skybox" button to enable the skybox.

Examples

In the root of the default world gridspace and any other Template.

See Also