Click or drag to resize

StrixNetworksortedRoomMembers Property

A list of all members in the current match room sorted by primary key.

Namespace:  SoftGear.Strix.Unity.Runtime
Assembly:  StrixUnityRuntime (in StrixUnityRuntime.dll) Version: 1.5.0
Syntax
C#
public IList<CustomizableMatchRoomMember> sortedRoomMembers { get; }

Property Value

Type: IListCustomizableMatchRoomMember
See Also