csharp
public enum RpcTargetWho a server-to-client call goes to.
No guide page documents this yet — the page shows what the code says about itself.
Fields and properties (3)
ObserversEverybody who can see the object it is about.
OwnerOnly the connection that owns the object.
AllEverybody in the session, whether or not they can see it.
Used by (11)
- AvatarControllerMultiplayer
- AwaitableRpcTestsVixen.Net.Tests
- ClientRpcAttributeVixen.Net
- CounterVixen.Net.Tests
- GeneratedTurretVixen.Net.Generators.Tests
- RpcGeneratorTestsVixen.Net.Generators.Tests
- RpcMethodVixen.Net
- RpcRouterVixen.Net
- RpcRouterTargetVixen.Net.Fuzz
- RpcTestsVixen.Net.Tests
- TurretVixen.Net.Tests