Enum CatalogMergeStrategy
- Namespace
- MoonBark.GridPlacement.Core.Catalog
- Assembly
- MoonBark.GridPlacement.Core.dll
Strategy for merging placeables from multiple sources.
public enum CatalogMergeStrategy
Fields
MergeProperties = 3Merge properties from both sources (new takes precedence).
OverwriteExisting = 1Overwrite existing placeables with new ones.
SkipConflicts = 0Keep existing placeables, skip conflicting ones.
ThrowOnConflict = 2Throw exception when conflicts are detected.