PositionOffset
PositionOffset

Represents a position offset (x, y, z).

PositionOffset
PositionOffset(
float x,
float y,
float z
)

Creates a PositionOffset object.

x
float x() const

Gets the x position offset.

Returns

The x position offset.

y
float y() const

Gets the y position offset.

Returns

The y position offset.

z
float z() const

Gets the z position offset.

Returns

The z position offset.