TriLib  1.9.0
TriLib Unity Package
Class List
Here are the classes, structs, unions and interfaces with brief descriptions:
[detail level 12]
 NTriLib
 CAssetAdvancedConfigRepresents an asset advanced config.
 CAssetAdvancedPropertyMetadataRepresents all asset advanced configuration-metadata.
 CAssetDownloaderRepresents an asset downloader. Add this MonoBehaviour to any GameObject and set AssetURI and AssetExtension to automatically download the referenced model.
 CAssetLoaderRepresents a synchronous asset loader.
 CAssetLoaderAsyncRepresents an asynchronous asset loader.
 CAssetLoaderBaseBase asset loader.
 CAssetLoaderOptionsRepresents a series of asset loading options.
 CAssetLoaderZipRepresents an Asset Loader which handles ZIP files (extracting them locally) and has synchronous and asynchronous methods. If you wish to simply load files from ZIP files without extracting them, use AssetLoader or AssetLoaderAsync instead.
 CAssetUnloaderRepresents an asset unloader. This class is added to your loaded GameObject if your AssetLoaderOptions.AddAssetUnloader flag is set to true. This class destroy every asset (textures, materials, meshes) used by your GameObjects if they are not being used anymore.
 CAssimpMetadataCollectionRepresents a series of AssimpMetadata related to the given UnityEngine.GameObject.
 CAssimpProcessPresetRepresents the importing post process pressets
 CBrowserFilesLoadedEventRepresents a browser file loading event. This event passes the number of files that was loaded by the browser, which could be used when calling the GetBrowserFileName and GetBrowerFileData methods.
 CCameraExtensionsRepresents a series of UnityEngine.Camera extension methods.
 CDispatcherRepresents a system for dispatching code to execute on the main thread.
 CFileUtilsContains file helper functions.
 CJSHelperRepresents a series of Javascript helper functions.
 CMatrixExtensionsRepresents a series of UnityEngine.Matrix4x4 extension methods.
 CStreamUtilsContains stream helper functions.
 CStringUtilsRepresents a series of string functions.
 CThreadUtilsContains Thread helper functions.
 CTransformExtensionsRepresents a series of UnityEngine.Transform extension methods.
 CTriLibProjectUtils