Struct PlayerSurfingData
Represents data related to a player's surfing state, such as the type of surface and its offset.
public readonly struct PlayerSurfingData
- Inherited Members
Fields
ID
The ID of the surface the player is surfing on.
public readonly int ID
Field Value
Offset
The offset of the player relative to the surface they are surfing on.
public readonly Vector3 Offset
Field Value
Type
The type of surface the player is surfing on.
public readonly PlayerSurfingData.SurfType Type