Search Results for

    Method SetActive

    SetActive<T>(T, bool)

    Declaration
    public static T SetActive<T>(this T selfComponent, bool active) where T : Component
    Parameters
    Type Name Description
    T selfComponent
    bool active
    Returns
    Type Description
    T
    Type Parameters
    Name Description
    T
    In This Article