Class StaticMeshModelLoader
Loader for static mesh models
public class StaticMeshModelLoader : IAssetLoader
- Inheritance
-
StaticMeshModelLoader
- Implements
- Inherited Members
Methods
Load<T>(string, object?)
Loads an asset from the specified path.
public T Load<T>(string path, object? loadingArgs = null) where T : class
Parameters
Returns
- T
Type Parameters
T