Class ShaderKeyword
Inheritance
ShaderKeyword
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
|
Improve this Doc
View Source
GetKeywordType()
Declaration
public ShaderKeywordType GetKeywordType()
Returns
|
Improve this Doc
View Source
GetName()
Declaration
[Obsolete("GetName() has been deprecated. Use GetKeywordName() instead (UnityUpgradable) -> GetKeywordName()")]
public string GetName()
Returns
|
Improve this Doc
View Source
IsValid()
Declaration
Returns
Extension Methods