Tutorial videos
Home
Developer
Discord
Search…
SWNetwork SDK Overview
Installation
Custom Unity Package
Tutorials
Third-Person Shooter
Basic Lobby
SDK
Network Client
Check-in
Game Servers
Network Status Event (beta)
Classes
Methods
CheckIn() Method
ConnectToRoom(Action<bool>) Method
DisconnectFromRoom () Method
FindSpawner(ushort) Method
Game Play
Lobby
Open Source Software Used
Credits
Powered By
GitBook
FindSpawner(ushort) Method
Namespace: SWNetwork
Finds the SceneSpawner with the specified SpawnerId.
Declaration
1
public
SceneSpawner
FindSpawner
(
ushort
spawnerId
);
Copied!
Parameters
Type
Description
spawnerId
ushort
The spawnerId of the SceneSpawner.
​
Previous
DisconnectFromRoom () Method
Next - SDK
Game Play
Last modified
3yr ago
Copy link
Contents