SetPropertiesListedInLobby









How do I use Set Properties Listed In Lobby
Below are practical examples compiled from projects for learning and reference purposes

Featured Snippets


File name: Room.cs Copy
224     public void SetPropertiesListedInLobby(string[] propsListedInLobby)
225     {
226         Hashtable customProps = new Hashtable();
227         customProps[GameProperties.PropsListedInLobby] = propsListedInLobby;
228         PhotonNetwork.networkingPeer.OpSetPropertiesOfRoom(customProps, false, 0);
229
230         this.propertiesListedInLobby = propsListedInLobby;
231     }

SetPropertiesListedInLobby 152 lượt xem

Gõ tìm kiếm nhanh...