docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Method GetMaterialKeywords

    GetMaterialKeywords(out List<string>, out List<string>)

    Get the enabled and disabled shader keywords for the material.

    Declaration
    public void GetMaterialKeywords(out List<string> enabledKeywords, out List<string> disabledKeywords)
    Parameters
    Type Name Description
    List<string> enabledKeywords

    The keywords to enable for the material.

    List<string> disabledKeywords

    The keywords to disable for the material.

    In This Article
    Back to top Copyright © 2023 Unity Technologies — Terms of use
    Generated by DocFX
    on Friday, September 22, 2023