Enum CoherenceSync.LifetimeType
What should happen to this entity after the client with authority over it disconnects or abandons it.
public enum CoherenceSync.LifetimeType
Fields
Persistent = 1
The entity will be kept alive, potentially to be adopted by another client or simulator, see CoherenceSync.OrphanedBehavior.
SessionBased = 0
The entity will be destroyed.