• Home
  • Store
    Show / Hide Table of Contents

    Class Shims

    Namespace: LeTai.TrueShadow
    Assembly: LeTai.TrueShadow.dll

    Methods

    FindObjectOfType<T>(bool, bool)

    Declaration
    public static T FindObjectOfType<T>(bool includeInactive = false, bool sorted = true) where T : Object
    Parameters
    Type Name Description
    bool includeInactive
    bool sorted
    Returns
    Type Description
    T
    Type Parameters
    Name Description
    T

    FindObjectsOfType<T>(bool)

    Declaration
    public static T[] FindObjectsOfType<T>(bool includeInactive = false) where T : Object
    Parameters
    Type Name Description
    bool includeInactive
    Returns
    Type Description
    T[]
    Type Parameters
    Name Description
    T
    In This Article
    Like True Shadow? Your review is greatly appreciated! ⭐⭐⭐⭐⭐ Back to top