TriLib
1.9.0
TriLib Unity Package
|
CTriLib.AssetAdvancedConfig | Represents an asset advanced config. |
CTriLib.AssetAdvancedPropertyMetadata | Represents all asset advanced configuration-metadata. |
CTriLib.AssimpProcessPreset | Represents the importing post process pressets |
CTriLib.CameraExtensions | Represents a series of UnityEngine.Camera extension methods. |
CTriLib.FileUtils | Contains file helper functions. |
▼CIDictionary | |
CTriLib.AssimpMetadataCollection | Represents a series of AssimpMetadata related to the given UnityEngine.GameObject. |
▼CIDisposable | |
▼CTriLib.AssetLoaderBase | Base asset loader. |
CTriLib.AssetLoader | Represents a synchronous asset loader. |
CTriLib.AssetLoaderAsync | Represents an asynchronous asset loader. |
CTriLib.AssetLoaderZip | 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. |
CTriLib.MatrixExtensions | Represents a series of UnityEngine.Matrix4x4 extension methods. |
▼CMonoBehaviour | |
CTriLib.AssetDownloader | Represents an asset downloader. Add this MonoBehaviour to any GameObject and set AssetURI and AssetExtension to automatically download the referenced model. |
CTriLib.AssetUnloader | 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. |
CTriLib.AssimpMetadataCollection | Represents a series of AssimpMetadata related to the given UnityEngine.GameObject. |
CTriLib.Dispatcher | Represents a system for dispatching code to execute on the main thread. |
CTriLib.JSHelper | Represents a series of Javascript helper functions. |
▼CScriptableObject | |
CTriLib.AssetLoaderOptions | Represents a series of asset loading options. |
CTriLib.StreamUtils | Contains stream helper functions. |
CTriLib.StringUtils | Represents a series of string functions. |
CTriLib.ThreadUtils | Contains Thread helper functions. |
CTriLib.TransformExtensions | Represents a series of UnityEngine.Transform extension methods. |
CTriLib.TriLibProjectUtils | |
▼CUnityEvent | |
CTriLib.BrowserFilesLoadedEvent | 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. |