Click or drag to resize
ShaderContext Class
Wrapper for exposing shaders in the Unity inspector.
Inheritance Hierarchy
SystemObject
  Object
    ScriptableObject
      Slash.Unity.Editor.Common.Inspectors.UtilsShaderContext

Namespace: Slash.Unity.Editor.Common.Inspectors.Utils
Assembly: Slash.Unity.Editor.Common (in Slash.Unity.Editor.Common.dll) Version: 0.0.0.0
Syntax
public class ShaderContext : ScriptableObject

The ShaderContext type exposes the following members.

Constructors
  NameDescription
Public methodShaderContext
Creates a new, empty wrapper for exposing shaders in the Unity inspector.
Top
Methods
  NameDescription
Public methodDisplayShaderContext
Draws an inspector for this shader.
Top
Fields
  NameDescription
Public fieldSelectedShader
Name of the shader.
Top
See Also