BaseRendererToGraphicsInterfaceAdapterEditor< TRendererType > Class Template Reference

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.

Detailed Description

Template Parameters
TRendererType
Type Constraints
TRendererType :Renderer 

Public Member Functions

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".
 

Properties

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.
 
+ Inheritance diagram for BaseRendererToGraphicsInterfaceAdapterEditor< TRendererType >: