ConflictType
Namespace: Meshmakers.Octo.Runtime.Contracts.Blueprints
Types of conflicts that can occur during updates
public enum ConflictType
Inheritance Object → ValueType → Enum → ConflictType
Implements IComparable, ISpanFormattable, IFormattable, IConvertible
Fields
| Name | Value | Description |
|---|---|---|
| UserModified | 0 | User has modified a blueprint-managed entity |
| TypeMismatch | 1 | Entity exists but with different type |
| DeleteModified | 2 | Entity would be deleted but has user modifications |
| MissingDependency | 3 | Required dependency is missing |