FieldSweeper.attractRepulse

Availability

FieldSweeper component version 1.0

Usage

instance.attractRepulse

Description

Property; the number of pixels to 'push' particles away from the mouse or sweeper as it moves across the field.

Example

The following code sets attractRepulse to 20 pixels.

myFieldSweeper.attractRepulse = 20;