CoherenceSync.LifetimeType
enum in Coherence.Toolkit.CoherenceSync
What should happen to this entity when the client with state authority over it disconnects or abandons it.
Fields
Persistent = 1
The entity will be kept alive, potentially to be adopted by another client or simulator.
SessionBased = 0
The entity will be destroyed on disconnection.