Stations: Difference between revisions
From VRChat Wiki
(Created page; stubbed/empty.) |
(more information) |
||
Line 1: | Line 1: | ||
{{Stub|Not much information here! Please expand and proofread, in reference to [[VRCWiki:Manual_of_Style|Manual of Style]].}} | {{Stub|Not much information here! Please expand and proofread, in reference to [[VRCWiki:Manual_of_Style|Manual of Style]].}} | ||
'''Stations''', or less formally known as ''seats'', or ''chairs'' are interactive assets in the VRChat World, and Avatar [[SDK]], allowing a user to be seated in the assigned spot. | '''Stations''', or less formally known as ''seats'', or ''chairs'' are interactive assets in the VRChat World, and Avatar [[SDK]], allowing a user to be seated in the assigned spot. Stations primarily serve the function of being used as chairs but can also be used to build vehicles, manipulate the player's position and rotation or override the player's animations with a custom animation controller. | ||
== Parameters == | |||
{| class="wikitable" | |||
|+ | |||
!Parameter | |||
!Description | |||
!Options | |||
|- | |||
|Player Mobility | |||
|Determines if the Player can move while seated. | |||
|Mobile, Immobilize, Immobilize for Vehicle | |||
|- | |||
|Can use Station from Station | |||
|Allows the user to switch stations whilst seated. | |||
|True/False | |||
|- | |||
|Animation Controller (optional) | |||
|Overrides the player's animations whilst seated. | |||
|Animation Controller | |||
|- | |||
|Disable Station Exit | |||
|Disallows the player from exiting by normal means. | |||
|True/False | |||
|- | |||
|Seated | |||
|Should the player be seated in the station | |||
|True/False | |||
|- | |||
|Station Enter Player Location | |||
|Transform that determines where the player should be seated. | |||
|Transform | |||
|- | |||
|Station Exit Player Location | |||
|Transform that determines where the player should be unseated. | |||
|Transform | |||
|- | |||
|Controls Object | |||
|Determine an object controlled by the station such as a vehicle | |||
|GameObject | |||
|} | |||
[[Category:Empty]] | [[Category:Empty]] | ||
[[Category:Needs Images]] | [[Category:Needs Images]] |
Latest revision as of 17:12, 23 September 2024
You can help the VRChat Wiki by improving it.
[Reason: Not much information here! Please expand and proofread, in reference to Manual of Style.]
[Reason: Not much information here! Please expand and proofread, in reference to Manual of Style.]
Stations, or less formally known as seats, or chairs are interactive assets in the VRChat World, and Avatar SDK, allowing a user to be seated in the assigned spot. Stations primarily serve the function of being used as chairs but can also be used to build vehicles, manipulate the player's position and rotation or override the player's animations with a custom animation controller.
Parameters
Parameter | Description | Options |
---|---|---|
Player Mobility | Determines if the Player can move while seated. | Mobile, Immobilize, Immobilize for Vehicle |
Can use Station from Station | Allows the user to switch stations whilst seated. | True/False |
Animation Controller (optional) | Overrides the player's animations whilst seated. | Animation Controller |
Disable Station Exit | Disallows the player from exiting by normal means. | True/False |
Seated | Should the player be seated in the station | True/False |
Station Enter Player Location | Transform that determines where the player should be seated. | Transform |
Station Exit Player Location | Transform that determines where the player should be unseated. | Transform |
Controls Object | Determine an object controlled by the station such as a vehicle | GameObject |