Class VisAssetLoader
Use a particular fetcher to try and get the VisAsset from its source, and construct the requisite Unity objects and IVisAsset to add.
Namespace: IVLab.ABREngine
Assembly: IVLab.ABREngine.Runtime.dll
Syntax
public class VisAssetLoader
Constructors
| Improve this Doc View SourceVisAssetLoader()
Use a particular fetcher to try and get the VisAsset from its source, and construct the requisite Unity objects and IVisAsset to add.
Declaration
public VisAssetLoader()
Methods
| Improve this Doc View SourceLoadVisAsset(Guid)
Use a particular fetcher to try and get the VisAsset from its source, and construct the requisite Unity objects and IVisAsset to add.
Declaration
public IVisAsset LoadVisAsset(Guid uuid)
Parameters
Type | Name | Description |
---|---|---|
Guid | uuid |
Returns
Type | Description |
---|---|
IVisAsset |
LoadVisAsset(Guid, IVisAssetFetcher)
Use a particular fetcher to try and get the VisAsset from its source, and construct the requisite Unity objects and IVisAsset to add.
Declaration
public IVisAsset LoadVisAsset(Guid uuid, IVisAssetFetcher _fetcher)
Parameters
Type | Name | Description |
---|---|---|
Guid | uuid | |
IVisAssetFetcher | _fetcher |
Returns
Type | Description |
---|---|
IVisAsset |