My Project
 All Classes Namespaces Files Functions Variables Enumerations Enumerator Properties
Class List
Here are the classes, structs, unions and interfaces with brief descriptions:
[detail level 123]
 NUniExtensions
 NAsync
 CBackgroundTask
 CExtCoroutineA coroutine that can be suspended, resumed and aborted.
 CForegroundTask
 CMagicThreadMagic thread allow a coroutine to go into the background and return to foreground using yield statements.
 CMapReduceA simple way to spread execution of functions across multiple threads.
 CThreadPool
 CWorkScheduler
 NCollections
 CPriorityQueue< T >A fast priority queue or heap implementation.
 CRingBuffer< T >A Ring Buffer.
 CSpatialHash
 NColors
 CHSVRepresents a color using HSV color space.
 NControl
 CPIDA classic PID controller.
 NCrypto
 CBigInteger
 CMD5
 NGraph
 CAStarThe A* path finding algorithm. Uses objects that implement IAStarNode.
 NResource
 CComponentPool< T >Object pool. Used for recyling tather than Instantiate/Destroy.
 CObjectPool< T >Object pool. Used for recyling tather than Instantiate/Destroy.
 CPrefabPoolPrefab pool. Used for recyling tather than Instantiate/Destroy.
 CRecycler
 NSerialization
 CJsonPrettyPrint
 CJsonSerializer
 NUI
 CSmoothMouseLook
 NZlib
 CCRC32Calculates a 32bit Cyclic Redundancy Checksum (CRC) using the same polynomial used by Zip. This type is used internally by DotNetZip; it is generally not used directly by applications wishing to create, read, or manipulate zip archive files.
 CCrcCalculatorStreamA Stream that calculates a CRC32 (a checksum) on all bytes read, or on all bytes written.
 CDeflateStreamA class for compressing and decompressing streams using the Deflate algorithm.
 CGZipStreamA class for compressing and decompressing GZIP streams.
 CInflateBlocks
 CInflateCodes
 CInfTree
 CTree
 CZlibCodecEncoder and Decoder for ZLIB (IETF RFC1950 and RFC1951).
 CZlibConstantsA bunch of constants used in the Zlib interface.
 CZlibExceptionA general purpose exception class for exceptions in the Zlib library.
 CZlibStreamRepresents a Zlib stream for compression or decompression.
 CCameraExtensionMethods
 CCollectionExtensionMethods
 CColorExtensionMethods
 CConsole
 CConsoleMessage
 CGameObjectExtensionMethods
 CGUIX
 CMarkovGeneratorThe Markov generator is used to generate random strings (usually words or names) based on an input set of words.
 CMeshExtensionMethods
 CMiscExtensionMethods
 CMonoBehaviourExtensionMethods
 CRigidbodyExtensionMethods
 CRnd
 CSingleton< T >A Singleton manager.
 CTransformExtensionMethods
 CUnityRectExtensions
 CVector3ExtensionMethods
 CFixedList< T >
 CIAStarNodeInterface required for objects to be used with the AStar path finding class.
 CUniExtender
 CUniExtensionsExamples
 CJsonTest