EntityModOptions
Namespace: Meshmakers.Octo.Runtime.Contracts
Defines if an operation creates, updates or deletes
public enum EntityModOptions
Inheritance Object → ValueType → Enum → EntityModOptions
Implements IComparable, ISpanFormattable, IFormattable, IConvertible
Fields
| Name | Value | Description |
|---|---|---|
| Insert | 0 | Insert entity |
| Delete | 1 | Delete entity |
| Update | 2 | Update entity |
| Replace | 3 | Replace entity |