CoherenceSync.AuthorityTransferType
enum in Coherence.Toolkit.CoherenceSync
How this entity should respond to requests for authority (via RequestAuthority(AuthorityType)).
Fields
NotTransferable = 0This entity can't be transferred to other clients.
Request = 1Authority transfer can be requested by other clients.
Stealing = 2Always accept requests for authority.