Click or drag to resize

RhinoDocTextureMappingEventType Enumeration

[Missing <summary> documentation for "T:Rhino.RhinoDoc.TextureMappingEventType"]

Namespace:  Rhino
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 5.8
Syntax
public enum TextureMappingEventType
Members
  Member nameValueDescription
Added0 Adding texture mapping to a document
Deleted1 A texture mapping was deleted from a document
Undeleted2 A texture mapping was undeleted in a document
Modified3 A texture mapping was modified in a document
See Also