CoherenceSync.UniquenessType
enum in Coherence.Toolkit.CoherenceSync
Should this entity enforce that only a single instance with the same unique ID can exist at the same time.
Fields
AllowDuplicates = 0
Multiple entities with the same unique ID value can coexist.
NoDuplicates = 1
Only a single entity with the same unique ID value can exist. Other instances will be destroyed.