Show / Hide Table of Contents

Class ShaderKeyword

Inheritance
Object
ShaderKeyword
Inherited Members
Object.ToString()
Object.Equals(Object)
Object.Equals(Object, Object)
Object.ReferenceEquals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
Namespace: UnityEngine.Rendering
Assembly: UnityEngine.dll
Syntax
public class ShaderKeyword

Constructors

| Improve this Doc View Source

ShaderKeyword(String)

Declaration
public ShaderKeyword(string keywordName)
Parameters
Type Name Description
String keywordName

Methods

| Improve this Doc View Source

GetKeywordName()

Declaration
public string GetKeywordName()
Returns
Type Description
String
| Improve this Doc View Source

GetKeywordType()

Declaration
public ShaderKeywordType GetKeywordType()
Returns
Type Description
ShaderKeywordType
| Improve this Doc View Source

GetName()

Declaration
[Obsolete("GetName() has been deprecated. Use GetKeywordName() instead (UnityUpgradable) -> GetKeywordName()")]
public string GetName()
Returns
Type Description
String
| Improve this Doc View Source

IsValid()

Declaration
public bool IsValid()
Returns
Type Description
Boolean

Extension Methods

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