Arcade
 All Classes Namespaces Functions Variables Enumerations Enumerator Properties Events
GameAPI.Tools Member List

This is the complete list of members for GameAPI.Tools, including all inherited members.

AStar< T >(T origin, T target, Func< T, IEnumerable< AStarEdge< T >>> adjFunc, Func< T, T, float > heuristicFunc)GameAPI.Toolsinlinestatic
Clear(this Stream stream)GameAPI.Toolsinlinestatic
ClearWriteReset(this Stream stream, Action< Stream > write)GameAPI.Toolsinlinestatic
Edge< T >(T dest, float cost)GameAPI.Toolsinlinestatic
Extends(this Type testType, Type baseType)GameAPI.Toolsinlinestatic
GetAttribute< TAttribute >(this ICustomAttributeProvider obj, bool inherit)GameAPI.Toolsinlinestatic
GetAttributes< TAttribute >(this ICustomAttributeProvider obj, bool inherit)GameAPI.Toolsinlinestatic
HasAttribute< TAttribute >(this ICustomAttributeProvider obj, bool inherit)GameAPI.Toolsinlinestatic
Pluralize(this string str, int count)GameAPI.Toolsinlinestatic
Pluralize(this string singular, string plural, int count)GameAPI.Toolsinlinestatic
ReadBytes(this Stream stream, int count)GameAPI.Toolsinlinestatic
ReadVariableLength(this Stream stream)GameAPI.Toolsinlinestatic
Shuffle< T >(this T[] array, Random rand=null)GameAPI.Toolsinlinestatic
ToApproxString(this TimeSpan span)GameAPI.Toolsinlinestatic
ToHexString(this byte[] bytes)GameAPI.Toolsinlinestatic
WriteVariableLength(this Stream stream, uint value)GameAPI.Toolsinlinestatic