Component:ColorListInitializer
From Resonite Wiki
More actions
Component image File:ColorListInitializerComponent.pngColor List Initializer component as seen in the Scene Inspector
The Color List Initializer component makes particles initialize their color in a particle system from a list of colors.
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. |
Colors
|
list of ColorListInitializer.ColorEntry | A list of colors to use. |
ColorEntry
| Name | Type | Description |
|---|---|---|
Color
|
ColorX | The color choice this element represents. |
Weight
|
Float | How likely a particle will be created with this color. |