Skip to main content

ConflictType

Namespace: Meshmakers.Octo.Runtime.Contracts.Blueprints

Types of conflicts that can occur during updates

public enum ConflictType

Inheritance ObjectValueTypeEnumConflictType
Implements IComparable, ISpanFormattable, IFormattable, IConvertible

Fields

NameValueDescription
UserModified0User has modified a blueprint-managed entity
TypeMismatch1Entity exists but with different type
DeleteModified2Entity would be deleted but has user modifications
MissingDependency3Required dependency is missing