StrixUnitySDK API Reference
StrixUnitySDK API Reference
SoftGear.Strix Namespaces
SoftGear.Strix.Unity Namespaces
SoftGear.Strix.Unity.Runtime
StrixNetwork Class
StrixNetwork Properties
applicationId Property
authorizationAccessToken Property
autoInstantiateReplica Property
instance Property
isInitialized Property
isRoomOwner Property
masterSession Property
NetworkInstances Property
playerName Property
room Property
roomMembers Property
roomSession Property
selfRoomMember Property
sortedRoomMembers Property
StrixNetwork
roomMembers Property
A list of all members in the current match room.
Namespace:
SoftGear.Strix.Unity.Runtime
Assembly:
StrixUnityRuntime (in StrixUnityRuntime.dll) Version: 1.5.0
Syntax
C#
Copy
public
IDictionary
<
UID
,
CustomizableMatchRoomMember
>
roomMembers
{
get
; }
Property Value
Type:
IDictionary
UID
,
CustomizableMatchRoomMember
See Also
Reference
StrixNetwork Class
SoftGear.Strix.Unity.Runtime Namespace