Click or drag to resize

RoomSessionroom Property

Represents the match room you are currently joined to. See CustomizableMatchRoom for a list of possible information you can get.

Namespace:  SoftGear.Strix.Unity.Runtime.Session
Assembly:  StrixUnityRuntime (in StrixUnityRuntime.dll) Version: 1.5.0
Syntax
C#
public CustomizableMatchRoom room { get; }

Property Value

Type: CustomizableMatchRoom
See Also