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