Click or drag to resize

RenderContentChangeContexts Enumeration

Context of a change to content parameters.

Namespace:  Rhino.Render
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 5.1
Syntax
public enum ChangeContexts
Members
  Member nameValueDescription
UI0 Change occurred as a result of user activity in the content's UI.
Drop1 Change occurred as a result of drag and drop.
Program2 Change occurred as a result of internal program activity.
Ignore3 Change can be disregarded.
Tree4 Change occurred within the content tree (e.g., nodes reordered).
Undo5 Change occurred as a result of an undo.
FieldInit6 OBSOLETE.
Serialize7 Change occurred during serialization (loading).
RealTimeUI8 Change occurred as a result of 'real-time' user activity in the (content) UI. The content's preview, UI, group members and registerable properties are not updated.
Script9 Change occurred as a result of executing a script.
See Also