Click or drag to resize

ProxyTypes Enumeration

Defines the proxy type of the render content

Namespace:  Rhino.Render
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 6.0
Syntax
public enum ProxyTypes
Members
  Member nameValueDescription
None0 No proxy type specified.
Single1 A proxy that represents a single material in the CRhinoDoc::m_material_table
Multi2 A proxy that represents multiple materials - all similar.
Texture3 A proxy that represents textures, either in the texture table, or attached to materials or environments.
See Also