Class ClientServerWorldExtensions
Netcode specific extension methods for worlds.
Inherited Members
Namespace: Unity.NetCode
Assembly: solution.dll
Syntax
public static class ClientServerWorldExtensions
Methods
Name | Description |
---|---|
IsClient(World) | Check if a world is a client, will also return true for thin clients. |
IsClient(WorldUnmanaged) | Check if an unmanaged world is a client, will also return true for thin clients. |
IsServer(World) | Check if a world is a server. |
IsServer(WorldUnmanaged) | Check if an unmanaged world is a server. |
IsThinClient(World) | Check if a world is a thin client. |
IsThinClient(WorldUnmanaged) | Check if an unmanaged world is a thin client. |