CoherenceSync.AuthorityTransferType
enum in Coherence.Toolkit.CoherenceSync
How this entity should respond to requests for authority (via Coherence.Toolkit.CoherenceSync.RequestAuthority(Coherence.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.