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 virtual 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