Describes a particular seating position on this rideable entity.
Properties
lockRiderRotation
read-only lockRiderRotation: number;
Angle in degrees that a rider is allowed to rotate while riding this entity.
Type: number
maxRiderCount
read-only maxRiderCount: number;
A maximum number of riders that this seat can support.
Type: number
minRiderCount
read-only minRiderCount: number;
A minimum number of riders that can be placed in this seat position, if this seat is to be filled.
Type: number
position
read-only position: Vector3;
Physical location of this seat, relative to the entity's location.
Type: Vector3
seatRotation
read-only seatRotation: number;
Angle in degrees to rotate riders by.
Type: number