TriLib  1.9.0
TriLib Unity Package
Class Hierarchy
This inheritance list is sorted roughly, but not completely, alphabetically:
[detail level 123]
 CTriLib.AssetAdvancedConfigRepresents an asset advanced config.
 CTriLib.AssetAdvancedPropertyMetadataRepresents all asset advanced configuration-metadata.
 CTriLib.AssimpProcessPresetRepresents the importing post process pressets
 CTriLib.CameraExtensionsRepresents a series of UnityEngine.Camera extension methods.
 CTriLib.FileUtilsContains file helper functions.
 CIDictionary
 CTriLib.AssimpMetadataCollectionRepresents a series of AssimpMetadata related to the given UnityEngine.GameObject.
 CIDisposable
 CTriLib.AssetLoaderBaseBase asset loader.
 CTriLib.AssetLoaderRepresents a synchronous asset loader.
 CTriLib.AssetLoaderAsyncRepresents an asynchronous asset loader.
 CTriLib.AssetLoaderZipRepresents 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.
 CTriLib.MatrixExtensionsRepresents a series of UnityEngine.Matrix4x4 extension methods.
 CMonoBehaviour
 CTriLib.AssetDownloaderRepresents an asset downloader. Add this MonoBehaviour to any GameObject and set AssetURI and AssetExtension to automatically download the referenced model.
 CTriLib.AssetUnloaderRepresents 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.
 CTriLib.AssimpMetadataCollectionRepresents a series of AssimpMetadata related to the given UnityEngine.GameObject.
 CTriLib.DispatcherRepresents a system for dispatching code to execute on the main thread.
 CTriLib.JSHelperRepresents a series of Javascript helper functions.
 CScriptableObject
 CTriLib.AssetLoaderOptionsRepresents a series of asset loading options.
 CTriLib.StreamUtilsContains stream helper functions.
 CTriLib.StringUtilsRepresents a series of string functions.
 CTriLib.ThreadUtilsContains Thread helper functions.
 CTriLib.TransformExtensionsRepresents a series of UnityEngine.Transform extension methods.
 CTriLib.TriLibProjectUtils
 CUnityEvent
 CTriLib.BrowserFilesLoadedEventRepresents 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.