 | MeshRendererSortingEditor Class |
Adds sorting layer and order to mesh renderer to adjust it to work correctly with sprite rendering.
Inheritance HierarchySystemObject Object ScriptableObject Editor Slash.Unity.Editor.Common.Inspectors.RenderingMeshRendererSortingEditor
Namespace: Slash.Unity.Editor.Common.Inspectors.RenderingAssembly: Slash.Unity.Editor.Common (in Slash.Unity.Editor.Common.dll) Version: 0.0.0.0
Syntaxpublic class MeshRendererSortingEditor : Editor
Public Class MeshRendererSortingEditor
Inherits Editor
public ref class MeshRendererSortingEditor : public Editor
type MeshRendererSortingEditor =
class
inherit Editor
end
The MeshRendererSortingEditor type exposes the following members.
Constructors
Methods
| Name | Description |
---|
 | OnInspectorGUI |
Draws the mesh renderer inspector.
(Overrides Editor.OnInspectorGUI.) |
Top
See Also