StrixUnitySDK API Reference
StrixUnitySDK API Reference
SoftGear.Strix Namespaces
SoftGear.Strix.Client Namespaces
SoftGear.Strix.Client.Match Namespaces
SoftGear.Strix.Client.Match.Room Namespaces
SoftGear.Strix.Client.Match.Room.Model
MatchRoom Class
MatchRoom Methods
GetCapacity Method
GetIsJoinable Method
GetMemberCount Method
GetName Method
GetOwnerUid Method
GetPassword Method
GetPrimaryKey Method
GetState Method
SetCapacity Method
SetIsJoinable Method
SetMemberCount Method
SetName Method
SetOwnerUid Method
SetPassword Method
SetPrimaryKey Method
SetState Method
MatchRoom
SetPrimaryKey Method
Sets the room ID (primary key).
Namespace:
SoftGear.Strix.Client.Match.Room.Model
Assembly:
strix-client-csharp-match (in strix-client-csharp-match.dll) Version: 2.3.0
Syntax
C#
Copy
public
void
SetPrimaryKey
(
long
primaryKey
)
Parameters
primaryKey
Type:
System
Int64
Room ID.
Implements
IModel
SetPrimaryKey(Int64)
See Also
Reference
MatchRoom Class
SoftGear.Strix.Client.Match.Room.Model Namespace