Interface IArrangementOptions

Base options common to all Arrangement types.

Hierarchy

Properties

jitter?: boolean

If true, apply some random variance to the position and / or rotation of each child object. Uses minJitterOffset, maxJitterOffset, minJitterRotation and maxJitterRotation to decide the range of offsets / rotations.

margin?: Vector3

How much to expand the bounds of each child object, in each axis. Defaults to zero.

maxJitterOffset?: Vector3
maxJitterRotation?: Rotation
minJitterOffset?: Vector3
minJitterRotation?: Rotation

Generated using TypeDoc