Enum ActorNetworkID
Actor is part of the game which host logic specific to a game. ActorNetworkID defines messages for bigscreen and client to communicate with the actor. Below are messages for the example showdown actor.
Namespace: QuickStart
Assembly: cs.temp.dll.dll
Syntax
public enum ActorNetworkID
Fields
| Name | Description |
|---|---|
| AskQuestion | |
| GetResults | |
| PlayerChoice | |
| PlayerJoined | |
| Results | |
| SendActor |