Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


GetGlobalKeywordName(ShaderKeyword)

Gets the string name of the global keyword.
Read time 1 minuteLast updated 8 days ago

Definition

Warning
Removed. GetGlobalKeywordName is deprecated. Use the ShaderKeyword.name property instead.
public static string GetGlobalKeywordName(ShaderKeyword index)

Parameters

Returns

Type

Description

string

Remarks

Unity now provides the ShaderKeyword.name API which works with all shader keyword types. It is best practice to use this API instead.