Click or drag to resize
MeshRendererSortingEditor Class
Adds sorting layer and order to mesh renderer to adjust it to work correctly with sprite rendering.
Inheritance Hierarchy
SystemObject
  Object
    ScriptableObject
      Editor
        Slash.Unity.Editor.Common.Inspectors.RenderingMeshRendererSortingEditor

Namespace: Slash.Unity.Editor.Common.Inspectors.Rendering
Assembly: Slash.Unity.Editor.Common (in Slash.Unity.Editor.Common.dll) Version: 0.0.0.0
Syntax
public class MeshRendererSortingEditor : Editor

The MeshRendererSortingEditor type exposes the following members.

Constructors
  NameDescription
Public methodMeshRendererSortingEditor
Initializes a new instance of the MeshRendererSortingEditor class
Top
Methods
  NameDescription
Public methodOnInspectorGUI
Draws the mesh renderer inspector.
(Overrides Editor.OnInspectorGUI.)
Top
See Also