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