10 [AttributeUsage(AttributeTargets.Field)]
20 [AttributeUsage(AttributeTargets.Method)]
23 public int channel =
Channels.Reliable;
24 public bool requiresAuthority =
true;
30 [AttributeUsage(AttributeTargets.Method)]
33 public int channel =
Channels.Reliable;
34 public bool includeOwner =
true;
40 [AttributeUsage(AttributeTargets.Method)]
43 public int channel =
Channels.Reliable;
50 [AttributeUsage(AttributeTargets.Method)]
57 [AttributeUsage(AttributeTargets.Method)]
64 [AttributeUsage(AttributeTargets.Method)]
71 [AttributeUsage(AttributeTargets.Method)]
83 [AttributeUsage(AttributeTargets.Field)]
Prevents the server from running this method.
Prevents the server from running this method.
The server uses a Remote Procedure Call (RPC) to run this function on clients.
Call this from a client to run this function on the server.
Converts a string property into a Scene property in the inspector
Prevents clients from running this method.
Prevents clients from running this method.
Used to show private SyncList in the inspector,
SyncVars are used to synchronize a variable from the server to all clients automatically.
The server uses a Remote Procedure Call (RPC) to run this function on a specific client.