Component:PatreonSkyController
Used to be used in directory worlds that would show people's names who supported the project in the sky.
More actions
(Redirected from PatreonSkyController (Component))
This article or section is a stub. You can help the Resonite wiki by expanding it.
Component image File:PatreonSkyControllerComponent.pngPatreon Sky Controller component as seen in the Scene Inspector
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. |
Radius
|
Float | The size of the sphere of names in the sky. |
NormalizedStart
|
Float | The minimum arc horizontally (0<->1) names can appear in the sky. |
NormalizedEnd
|
Float | The maximum arc horizontally (0<->1) names can appear in the sky. |
NameSize
|
Float | The size of each name in the sky. |
PictureSize
|
Float | The size of each profile for each name in the sky |
MaxAngle
|
Float | The max angle in the sky up and down a name can appear. |
NameColor
|
Color | the color of each name in the sky |
Usage
Examples
Used to be used in directory worlds that would show people's names who supported the project in the sky.