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
SetOwnerUid Method
Sets the UID of the room owner.
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
SetOwnerUid
(
UID
ownerUid
)
Parameters
ownerUid
Type:
SoftGear.Strix.Client.Core
UID
UID of the room owner.
See Also
Reference
MatchRoom Class
SoftGear.Strix.Client.Match.Room.Model Namespace