Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Component:ColorListInitializer

From Resonite Wiki
Component image 
File:ColorListInitializerComponent.png
Color 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

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

Fields
Name Type Description
Color ColorX The color choice this element represents.
Weight Float How likely a particle will be created with this color.

Usage

Examples

See Also