API reference

StaggeredConcentricDistribution Class

Implements SceneDecorator.IDistribution
A distribution that places objects in a staggered concentric circle pattern.

Fields

stepSize : float
Signature
float stepSize

Methods

Distribute ( sceneDecorator , sceneAnchor , sceneDecoration )
Executes the custom distribution.
Signature
void Distribute(SceneDecorator sceneDecorator, MRUKAnchor sceneAnchor, SceneDecoration sceneDecoration)
Parameters
sceneDecorator: SceneDecorator  Which decorator to use.
sceneAnchor: MRUKAnchor  The associated MRUK Anchor.
sceneDecoration: SceneDecoration  The decoration to use
Returns
void