FieldSweeper.featherInfluence

Availability

FieldSweeper component version 1.0

Usage

instance.featherInfluence

Description

Property; a percentage value used in conjunction with the attractRepulse property to determine the subtlety of particle movements when the mouse or sweeper comes in proximity with them. Can be -100 to 100. A negative value makes particles appear to move toward the mouse/sweeper position.

Example

The following code sets featherInfluence to 50%.

myFieldSweeper.featherInfluence = 50;