docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Method GetIsShown

    GetIsShown(Type)

    Determine if a BuildStep type should be displayed in the inspector and searcher menu.

    Declaration
    public static bool GetIsShown(Type type)
    Parameters
    Type Name Description
    Type type

    The BuildStep type.

    Returns
    Type Description
    bool

    true if the BuildStep is shown, false otherwise.

    GetIsShown<T>()

    Determine if a BuildStep type should be displayed in the inspector and searcher menu.

    Declaration
    public static bool GetIsShown<T>() where T : IBuildStep
    Returns
    Type Description
    bool

    true if the BuildStep is shown, false otherwise.

    Type Parameters
    Name Description
    T

    The BuildStep type.

    In This Article
    Back to top
    Copyright © 2024 Unity Technologies — Trademarks and terms of use
    • Legal
    • Privacy Policy
    • Cookie Policy
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)