Photon Fusion 2.1.1

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.
const int INPUT = 1 << 1
 Constant representing the input authority mask.
const int NONE = 0
 Constant representing no authority.
const int PROXY = 1 << 2
 Constant representing the proxy authority mask.
const int STATE = 1 << 0
 Constant representing the state authority mask.

Detailed Description

Provides constants and methods for managing authority masks.