Skip to main content

ConflictResolution

Namespace: Meshmakers.Octo.Runtime.Contracts.Blueprints

How to resolve a conflict

public enum ConflictResolution

Inheritance ObjectValueTypeEnumConflictResolution
Implements IComparable, ISpanFormattable, IFormattable, IConvertible

Fields

NameValueDescription
KeepUser0Keep the user's version, skip blueprint changes
KeepBlueprint1Use the blueprint version, overwrite user changes
Merge2Attempt to merge changes
Skip3Skip this entity entirely