Photon Bolt Engine API
1.3
Interface that can be implemented on Bolt.GlobalEventListener, Bolt.EntityEventListener and Bolt.EntityEventListener<T> to modify its invoke condition settings More...
Properties | |
| bool | InvokeIfDisabled [get] |
| Signal to Bolt if this EventListener must receive events even if it's disabled. Return true to receive events. More... | |
| bool | InvokeIfGameObjectIsInactive [get] |
| Signal to Bolt if this EventListener must receive events even if the GameObject is disabled. Return true to receive events. More... | |
Interface that can be implemented on Bolt.GlobalEventListener, Bolt.EntityEventListener and Bolt.EntityEventListener<T> to modify its invoke condition settings
Example: A custom server callback class that invokes events even when disabled.
|
get |
Signal to Bolt if this EventListener must receive events even if it's disabled. Return true to receive events.
|
get |
Signal to Bolt if this EventListener must receive events even if the GameObject is disabled. Return true to receive events.