FieldSweeper.alphaInitial

Availability

FieldSweeper component version 1.0

Usage

instance.alphaInitial

Description

Property; percent value used to set the initial alpha value of each partcle in a generated field. Can be 0 - 100. Use alphaRandom to randomize alpha values for new particles.

Example

The following code sets initial alpha.

myFieldSweeper.alphaInitial = 75;