Interface FileChild

Hierarchy

Properties

bounds?: FileVector3

Size of the child. Extends towards positive XYZ. This property is only present if the child is a group of blocks instead of a part.

color: string

Color of the shape.

Controller data. Only present if the child is an interactive part.

joints?: { id: number }[]

Array of pointers to joints that this child is connected to. Only present if the child is connected to at least 1 joint.

Position of the child. If this child is group of blocks, this represents the lowest corner of the group.

shapeId: string

UUID for the type of part or block the shape is.

xaxis: number

The X-axis rotation of the child.

zaxis: number

The Z-axis rotation of the child.

Generated using TypeDoc