StrixNetwork Properties |
The StrixNetwork type exposes the following members.
Name | Description | |
---|---|---|
applicationId |
Application unique identifier.
This value should be set before connecting to the master server.
You can find it on the Information tab of the Dashboard on the Strix Cloud web page.
| |
authorizationAccessToken |
Authorization access token. If not null or empty, used to authorize this client when connecting to the match room server. To use it you should also provide a valid authorization server URL to JoinRoom(RoomJoinArgs, RoomJoinEventHandler, FailureEventHandler, RequestConfig) through RoomJoinArgs. | |
autoInstantiateReplica |
Determines if game objects should be automatically created from replicas when joined to a match room.
| |
instance |
StrixNetwork object singleton reference.
| |
isInitialized | if StrixNetwork instance is initialized; otherwise.
| |
isRoomOwner | if you are the owner of the currently joined room (if any); otherwise.
| |
masterSession |
Master server session.
| |
NetworkInstances | ||
playerName |
Player name.
| |
room |
Information about the room you are currently a member of.
| |
roomMembers |
A list of all members in the current match room.
| |
roomSession |
Room server session.
| |
selfRoomMember |
Information about your own match room member.
| |
sortedRoomMembers |
A list of all members in the current match room sorted by primary key.
|