Custom Editor case class. Inherited from to display specific types of BaseRendererToGraphicsInterfaceAdapterEditor descendants in the Unity Editor. Derived classes may override the various "show" members to return false, if they don't want particular sections drawn.
|
override void | OnInspectorGUI () |
| Optionally, draws each section of the CustomRenderer: Materials, Lighting, Probes, other. If changes are detected, the object is UndoRecord-ed, before being updated with new values. Then it is marked as "Dirty".
|
|
|
virtual bool | showBoundsInterface [get] |
| Override this member to return false if you don't want the section visible in the editor inspector.
|
|
virtual bool | showColorInterface [get] |
| Override this member to return false if you don't want the section visible in the editor inspector.
|
|
virtual bool | showTextureInterface [get] |
| Override this member to return false if you don't want the section visible in the editor inspector.
|
|
virtual bool | showViewableInterface [get] |
| Override this member to return false if you don't want the section visible in the editor inspector.
|
|