Show / Hide Table of Contents

Struct ShaderSnippetData

Inherited Members
ValueType.Equals(Object)
ValueType.GetHashCode()
ValueType.ToString()
Object.Equals(Object, Object)
Object.ReferenceEquals(Object, Object)
Object.GetType()
Namespace: UnityEditor.Rendering
Assembly: UnityEditor.dll
Syntax
public struct ShaderSnippetData

Properties

| Improve this Doc View Source

passName

Declaration
public string passName { get; }
Property Value
Type Description
String
| Improve this Doc View Source

passType

Declaration
public PassType passType { get; }
Property Value
Type Description
PassType
| Improve this Doc View Source

shaderType

Declaration
public ShaderType shaderType { get; }
Property Value
Type Description
ShaderType

Extension Methods

MustExtensions.MustBeEqual<T>(T, T)
MustExtensions.MustBeEqual<T>(T, T, String)
MustExtensions.MustNotBeEqual<T>(T, T)
MustExtensions.MustNotBeEqual<T>(T, T, String)
  • Improve this Doc
  • View Source
Back to top Generated by DocFX