Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


PlatformKeywordSet

A collection of ShaderKeyword that represents a specific platform variant.
Read time 1 minuteLast updated 6 days ago

Definition

public struct PlatformKeywordSet

Remarks

Additional Resources: ShaderKeyword, ShaderKeywordSetUtility, Shader.EnableKeyword, Shader.EnableKeyword, Shader variants and keywords, [[[]wiki:SL-MultipleProgramVariants|Declaring and using shader keywords in HLSL]].

Methods

Method

Description

DisableDisable a specific shader keyword.
EnableEnable a specific shader keyword.
IsEnabledCheck whether a specific shader keyword is enabled.