Interface IVisAssetFetcher
Generic fetcher that supports fetching all types of VisAssets from a particular source.
Assembly: IVLab.ABREngine.Runtime.dll
Syntax
public interface IVisAssetFetcher
Methods
|
Improve this Doc
View Source
GetArtifactJson(Guid)
Generic fetcher that supports fetching all types of VisAssets from a particular source.
Declaration
JObject GetArtifactJson(Guid uuid)
Parameters
Type |
Name |
Description |
Guid |
uuid |
|
Returns
|
Improve this Doc
View Source
GetArtifactJsonPath(Guid)
Generic fetcher that supports fetching all types of VisAssets from a particular source.
Declaration
string GetArtifactJsonPath(Guid uuid)
Parameters
Type |
Name |
Description |
Guid |
uuid |
|
Returns
|
Improve this Doc
View Source
GetColormap(Guid)
Generic fetcher that supports fetching all types of VisAssets from a particular source.
Declaration
Colormap GetColormap(Guid uuid)
Parameters
Type |
Name |
Description |
Guid |
uuid |
|
Returns
Type |
Description |
Colormap |
|
|
Improve this Doc
View Source
GetColormapTexture(Guid)
Generic fetcher that supports fetching all types of VisAssets from a particular source.
Declaration
[Obsolete("GetColormapTexture() is obsolete; use GetColormap() instead")]
Texture2D GetColormapTexture(Guid uuid)
Parameters
Type |
Name |
Description |
Guid |
uuid |
|
Returns
|
Improve this Doc
View Source
GetGlyphGameObject(Guid, JObject)
Generic fetcher that supports fetching all types of VisAssets from a particular source.
Declaration
GameObject GetGlyphGameObject(Guid uuid, JObject lodJson)
Parameters
Type |
Name |
Description |
Guid |
uuid |
|
JObject |
lodJson |
|
Returns
|
Improve this Doc
View Source
GetGlyphNormalMapTexture(Guid, JObject)
Generic fetcher that supports fetching all types of VisAssets from a particular source.
Declaration
Texture2D GetGlyphNormalMapTexture(Guid uuid, JObject lodJson)
Parameters
Type |
Name |
Description |
Guid |
uuid |
|
JObject |
lodJson |
|
Returns
|
Improve this Doc
View Source
GetGlyphPreview(Guid)
Generic fetcher that supports fetching all types of VisAssets from a particular source.
Declaration
Texture2D GetGlyphPreview(Guid uuid)
Parameters
Type |
Name |
Description |
Guid |
uuid |
|
Returns
|
Improve this Doc
View Source
GetLineTexture(Guid)
Generic fetcher that supports fetching all types of VisAssets from a particular source.
Declaration
Texture2D GetLineTexture(Guid uuid)
Parameters
Type |
Name |
Description |
Guid |
uuid |
|
Returns
|
Improve this Doc
View Source
GetSurfaceNormalMap(Guid)
Generic fetcher that supports fetching all types of VisAssets from a particular source.
Declaration
Texture2D GetSurfaceNormalMap(Guid uuid)
Parameters
Type |
Name |
Description |
Guid |
uuid |
|
Returns
|
Improve this Doc
View Source
GetSurfaceTexture(Guid)
Generic fetcher that supports fetching all types of VisAssets from a particular source.
Declaration
Texture2D GetSurfaceTexture(Guid uuid)
Parameters
Type |
Name |
Description |
Guid |
uuid |
|
Returns