You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/// Gets a dictionary of the clients that have been accepted by the transport but are still pending by the MLAPI.
98
+
/// Gets a dictionary of the clients that have been accepted by the transport but are still pending by the MLAPI. This is only populated on the server.
/// Delegate type called when connection has been approved
178
+
/// Delegate type called when connection has been approved. This only has to be set on the server.
179
179
/// </summary>
180
180
/// <param name="createPlayerObject">If true, a player object will be created. Otherwise the client will have no object.</param>
181
181
/// <param name="playerPrefabHash">The prefabHash to use for the client. If createPlayerObject is false, this is ignored. If playerPrefabHash is null, the default player prefab is used.</param>
0 commit comments