Photon Plugins API Documentation
v5.0RC1
Related to RaiseEvent operation. Lets you choose which actors in the room should receive events. More...
Static Public Attributes | |
| const byte | All = 0 |
| Broadcast: Everyone in the current room (including this peer) will get the event. More... | |
| const byte | Others = 1 |
| Opponents (other actors) in the current room gets the event. (Anyone except me) More... | |
| const byte | Group = 2 |
| Only actors subscribed to the specified interest group target will get the event. More... | |
Related to RaiseEvent operation. Lets you choose which actors in the room should receive events.
|
static |
Broadcast: Everyone in the current room (including this peer) will get the event.
|
static |
Only actors subscribed to the specified interest group target will get the event.
|
static |
Opponents (other actors) in the current room gets the event. (Anyone except me)