Component:ColorSky: Difference between revisions

From Resonite Wiki
Automated: create new component page
 
Added a note to the component page.
 
Line 4: Line 4:
}}
}}
{{stub}}
{{stub}}
The ColorSky component creates a skybox with a color. Currently when this component is added to a slot, it will be immediately replaced with a Skybox and a material component automatically.
{{Note|The ColorSky component is deprecated. Use [[Component:Skybox|Skybox]] with a material instead.|information}}


== Usage ==
== Usage ==

Latest revision as of 02:13, 22 April 2024

Component image 
File:ColorSkyComponent.png
Color Sky component as seen in the Scene Inspector


This article or section is a Stub. You can help the Resonite Wiki by expanding it.


The ColorSky component creates a skybox with a color. Currently when this component is added to a slot, it will be immediately replaced with a Skybox and a material component automatically.

The ColorSky component is deprecated. Use Skybox with a material instead.

Usage

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.
BaseColor ColorX
_gradients list of Gradient

Behavior

Examples

See Also