RhinoCommon API
RenderContentStyles Enumeration |
[Missing <summary> documentation for "T:Rhino.Render.RenderContentStyles"]
Namespace: Rhino.Render
Assembly: RhinoCommon (in RhinoCommon.dll)
Since: 5.1
| Member name | Value | Description | |
|---|---|---|---|
| None | 0 | No defined styles | |
| TextureSummary | 1 | Texture UI includes an auto texture summary section. See AddAutoParameters(). | |
| QuickPreview | 2 | Editor displays an instant preview before preview cycle begins. | |
| PreviewCache | 4 | Content's preview imagery can be stored in the preview cache. | |
| ProgressivePreview | 8 | Content's preview imagery can be rendered progressively. | |
| LocalTextureMapping | 16 | Texture UI includes an auto local mapping section for textures. See AddAutoParameters() | |
| GraphDisplay | 32 | Texture UI includes a graph section. | |
| SharedUI | 64 | Obsolete. Content supports UI sharing between contents of the same type id. | |
| Adjustment | 128 | Texture UI includes an adjustment section. | |
| Fields | 256 | Content uses fields to facilitate data storage and undo support. See Fields() | |
| ModalEditing | 512 | Content supports editing in a modal editor. | |
| DynamicFields | 1024 | The content's fields are dynamic. Dynamic fields can be created during loading. |