Photon Fusion 2.0.3

Static Public Attributes | List of all members
AuthorityMasks Class Reference

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...
 

Detailed Description

Provides constants and methods for managing authority masks.

Member Data Documentation

◆ ALL

const int ALL = STATE | INPUT | PROXY
static

Constant representing all authorities.

◆ INPUT

const int INPUT = 1 << 1
static

Constant representing the input authority mask.

◆ NONE

const int NONE = 0
static

Constant representing no authority.

◆ PROXY

const int PROXY = 1 << 2
static

Constant representing the proxy authority mask.

◆ STATE

const int STATE = 1 << 0
static

Constant representing the state authority mask.