• Home
  • Store
    Show / Hide Table of Contents

    Class Utility

    Namespace: LeTai
    Assembly: LeTai.TrueShadow.dll

    Methods

    LogList<T>(IEnumerable<T>, Func<T, object>)

    Declaration
    public static void LogList<T>(IEnumerable<T> list, Func<T, object> getData)
    Parameters
    Type Name Description
    System.Collections.Generic.IEnumerable<T><T> list
    System.Func<T, TResult><T, object> getData
    Type Parameters
    Name Description
    T

    SafeDestroy(Object)

    Declaration
    public static void SafeDestroy(Object obj)
    Parameters
    Type Name Description
    UnityEngine.Object obj

    SimplePingPong(int, int)

    Declaration
    public static int SimplePingPong(int t, int max)
    Parameters
    Type Name Description
    int t
    int max
    Returns
    Type Description
    int
    In This Article
    Like True Shadow? Your review is greatly appreciated! ⭐⭐⭐⭐⭐ Back to top