JUtils
A unity utilities library
|
This is the complete list of members for JUtils.Enumerable, including all inherited members.
Furthest< T >(this IEnumerable< T > self, Vector3 position) | JUtils.Enumerable | inlinestatic |
IndexOf< T >(this IEnumerable< T > self, Predicate< T > predicate) | JUtils.Enumerable | inlinestatic |
IndexOf< T >(this IEnumerable< T > self, T element) | JUtils.Enumerable | inlinestatic |
Nearest< T >(this IEnumerable< T > self, Vector3 position) | JUtils.Enumerable | inlinestatic |
Random< T >(this IEnumerable< T > self) | JUtils.Enumerable | inlinestatic |
Random< T >(this IEnumerable< T > self, Random random) | JUtils.Enumerable | inlinestatic |
TryGet< T >(this IEnumerable< T > self, out T result, Predicate< T > predicate) | JUtils.Enumerable | inlinestatic |