Interface ILinearArrangementOptions

Hierarchy

Properties

axis?: "x" | "y" | "z"
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
offset?: Vector3
reverse?: boolean
xAlign?: Alignment
yAlign?: Alignment
zAlign?: Alignment

Generated using TypeDoc