|
UnityEssentials
Small but useful tools and features for Unity
|
This is the complete list of members for UnityEngine.IEnumerableExtensions, including all inherited members.
| CloneAll< T >(this IEnumerable< T > enumerable) | UnityEngine.IEnumerableExtensions | static |
| DebugLog< T >(this IEnumerable< T > enumerable, string separator=", ", string message="", Object context=null) | UnityEngine.IEnumerableExtensions | static |
| DebugLogError< T >(this IEnumerable< T > enumerable, string separator=", ", string message="", Object context=null) | UnityEngine.IEnumerableExtensions | static |
| DebugLogWarning< T >(this IEnumerable< T > enumerable, string separator=", ", string message="", Object context=null) | UnityEngine.IEnumerableExtensions | static |
| GetRandomElement< T >(this IEnumerable< T > enumerable) | UnityEngine.IEnumerableExtensions | static |
| GetRandomElement< T >(this IEnumerable< T > enumerable, System.Random rnd) | UnityEngine.IEnumerableExtensions | static |
| GetShuffled< T >(this IEnumerable< T > enumerable) | UnityEngine.IEnumerableExtensions | static |
| GetShuffled< T >(this IEnumerable< T > source, System.Random rnd) | UnityEngine.IEnumerableExtensions | privatestatic |
| IsNullOrEmpty< T >(this IEnumerable< T > source) | UnityEngine.IEnumerableExtensions | static |
| ToHashSet< T >(this IEnumerable< T > source, IEqualityComparer< T > comparer=null) | UnityEngine.IEnumerableExtensions | static |
| ToStringAllElements< T >(this IEnumerable< T > enumerable, string separator=", ") | UnityEngine.IEnumerableExtensions | static |