Photon Fusion
2.0.8
Provides constants and methods for managing authority masks. More...
Static Public Attributes | |
| const int | ALL = STATE | INPUT | PROXY |
| Constant representing all authorities. More... | |
| const int | INPUT = 1 << 1 |
| Constant representing the input authority mask. More... | |
| const int | NONE = 0 |
| Constant representing no authority. More... | |
| const int | PROXY = 1 << 2 |
| Constant representing the proxy authority mask. More... | |
| const int | STATE = 1 << 0 |
| Constant representing the state authority mask. More... | |
Provides constants and methods for managing authority masks.
|
static |
Constant representing the input authority mask.
|
static |
Constant representing no authority.
|
static |
Constant representing the proxy authority mask.
|
static |
Constant representing the state authority mask.