Table of Contents

CoherenceSync.UniquenessType

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.