keywords
An array containing all LocalKeyword structs in this local keyword space. (Read Only)
Read time 1 minuteLast updated 7 days ago
Definition
- Type: Property
- Namespace: UnityEngine.Rendering
- Assembly: UnityEngine.CoreModule
public LocalKeyword[] keywords { get; }
Remarks
Use this property to retrieve all local shader keywrods in this .
LocalKeywordSpaceAdditional Resources: Shader variants and keywords, LocalKeyword, GlobalKeyword, ComputeShader.keywordSpace, Shader.keywordSpace.