VRCStation

class VRC.SDK3.Components.VRCStation / class VRC.SDKBase.VRCStation

Type
Name
Summary

PlayerMobility

Determines if the player be able to move. Default value is VRCStation.Mobility.Immobilize.

bool

canUseStationFromStation

Determines if the user can switch stations when sitting in a station. Default value is true.

animatorController

Used to override normal seating animations with a custom one.

bool

disableStationExit

If the user cannot exit the station by usual means, use triggers to unseat the user

bool

seated

Is this a station that the user should be sitting in? Default value is true. See here for more information.

stationEnterPlayerLocation

Transform used to define where the user should be transported to when seated

stationExitPlayerLocation

Transform used to define where the user should be transported to when they are unseated

Methods

Returns
Name
Summary

void

UseStation(VRCPlayerApi player)

Uses the station

void

ExitStation(VRCPlayerApi player)

Exits the station

Last updated