Added a note to the component page. |
why is this a stub, since this does nothing, this is all we can explain about it... |
||
Line 3: | Line 3: | ||
|Name=Color Sky | |Name=Color Sky | ||
}} | }} | ||
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 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. | ||
Line 11: | Line 10: | ||
== Usage == | == Usage == | ||
{{Table ComponentFields | {{Table ComponentFields | ||
|BaseColor|ColorX| | |BaseColor|ColorX| Internal | ||
|_gradients|{{RootFieldType|SyncList`1|[[#Gradient|Gradient]]}}|TypeAdv1=true| | |_gradients|{{RootFieldType|SyncList`1|[[#Gradient|Gradient]]}}|TypeAdv1=true| Internal | ||
}} | }} | ||
Line 24: | Line 23: | ||
[[Category:Components{{#translation:}}|Color Sky]] | [[Category:Components{{#translation:}}|Color Sky]] | ||
[[Category:Components With Nested Types{{#translation:}}|Color Sky]] | [[Category:Components With Nested Types{{#translation:}}|Color Sky]] | ||
Revision as of 21:38, 14 October 2024
Component image
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.
Usage
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 | Internal |
_gradients
|
list of Gradient | Internal |