TriLib
1.9.0
TriLib Unity Package
|
▼NTriLib | |
CAssetAdvancedConfig | Represents an asset advanced config. |
CAssetAdvancedPropertyMetadata | Represents all asset advanced configuration-metadata. |
CAssetDownloader | Represents an asset downloader. Add this MonoBehaviour to any GameObject and set AssetURI and AssetExtension to automatically download the referenced model. |
CAssetLoader | Represents a synchronous asset loader. |
CAssetLoaderAsync | Represents an asynchronous asset loader. |
CAssetLoaderBase | Base asset loader. |
CAssetLoaderOptions | Represents a series of asset loading options. |
CAssetLoaderZip | Represents 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. |
CAssetUnloader | Represents 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. |
CAssimpMetadataCollection | Represents a series of AssimpMetadata related to the given UnityEngine.GameObject. |
CAssimpProcessPreset | Represents the importing post process pressets |
CBrowserFilesLoadedEvent | Represents 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. |
CCameraExtensions | Represents a series of UnityEngine.Camera extension methods. |
CDispatcher | Represents a system for dispatching code to execute on the main thread. |
CFileUtils | Contains file helper functions. |
CJSHelper | Represents a series of Javascript helper functions. |
CMatrixExtensions | Represents a series of UnityEngine.Matrix4x4 extension methods. |
CStreamUtils | Contains stream helper functions. |
CStringUtils | Represents a series of string functions. |
CThreadUtils | Contains Thread helper functions. |
CTransformExtensions | Represents a series of UnityEngine.Transform extension methods. |
CTriLibProjectUtils |