Class HttpVisAssetFetcher
Fetch VisAssets from a URL via HTTP
Inheritance
HttpVisAssetFetcher
Assembly: IVLab.ABREngine.Runtime.dll
Syntax
public class HttpVisAssetFetcher : IVisAssetFetcher
Constructors
|
Improve this Doc
View Source
HttpVisAssetFetcher(string, string)
Fetch VisAssets from a URL via HTTP
Declaration
public HttpVisAssetFetcher(string serverUrl, string appDataPath)
Parameters
Properties
|
Improve this Doc
View Source
VisAssetJson
Fetch VisAssets from a URL via HTTP
Declaration
public string VisAssetJson { get; }
Property Value
Methods
|
Improve this Doc
View Source
GetArtifactJson(Guid)
Fetch VisAssets from a URL via HTTP
Declaration
public JObject GetArtifactJson(Guid uuid)
Parameters
Type |
Name |
Description |
Guid |
uuid |
|
Returns
|
Improve this Doc
View Source
GetArtifactJsonPath(Guid)
Fetch VisAssets from a URL via HTTP
Declaration
public string GetArtifactJsonPath(Guid uuid)
Parameters
Type |
Name |
Description |
Guid |
uuid |
|
Returns
|
Improve this Doc
View Source
GetArtifactPath(Guid)
Fetch VisAssets from a URL via HTTP
Declaration
public string GetArtifactPath(Guid uuid)
Parameters
Type |
Name |
Description |
Guid |
uuid |
|
Returns
|
Improve this Doc
View Source
GetColormap(Guid)
Fetch VisAssets from a URL via HTTP
Declaration
public Colormap GetColormap(Guid uuid)
Parameters
Type |
Name |
Description |
Guid |
uuid |
|
Returns
Type |
Description |
Colormap |
|
|
Improve this Doc
View Source
GetColormapTexture(Guid)
Fetch VisAssets from a URL via HTTP
Declaration
public Texture2D GetColormapTexture(Guid uuid)
Parameters
Type |
Name |
Description |
Guid |
uuid |
|
Returns
|
Improve this Doc
View Source
GetGlyphGameObject(Guid, JObject)
Fetch VisAssets from a URL via HTTP
Declaration
public GameObject GetGlyphGameObject(Guid uuid, JObject lodInfo)
Parameters
Type |
Name |
Description |
Guid |
uuid |
|
JObject |
lodInfo |
|
Returns
|
Improve this Doc
View Source
GetGlyphNormalMapTexture(Guid, JObject)
Fetch VisAssets from a URL via HTTP
Declaration
public Texture2D GetGlyphNormalMapTexture(Guid uuid, JObject lodInfo)
Parameters
Type |
Name |
Description |
Guid |
uuid |
|
JObject |
lodInfo |
|
Returns
|
Improve this Doc
View Source
GetGlyphPreview(Guid)
Fetch VisAssets from a URL via HTTP
Declaration
public Texture2D GetGlyphPreview(Guid uuid)
Parameters
Type |
Name |
Description |
Guid |
uuid |
|
Returns
|
Improve this Doc
View Source
GetLineTexture(Guid)
Fetch VisAssets from a URL via HTTP
Declaration
public Texture2D GetLineTexture(Guid uuid)
Parameters
Type |
Name |
Description |
Guid |
uuid |
|
Returns
|
Improve this Doc
View Source
GetLocalArtifactJsonPath(Guid)
Fetch VisAssets from a URL via HTTP
Declaration
public string GetLocalArtifactJsonPath(Guid uuid)
Parameters
Type |
Name |
Description |
Guid |
uuid |
|
Returns
|
Improve this Doc
View Source
GetSurfaceNormalMap(Guid)
Fetch VisAssets from a URL via HTTP
Declaration
public Texture2D GetSurfaceNormalMap(Guid uuid)
Parameters
Type |
Name |
Description |
Guid |
uuid |
|
Returns
|
Improve this Doc
View Source
GetSurfaceTexture(Guid)
Fetch VisAssets from a URL via HTTP
Declaration
public Texture2D GetSurfaceTexture(Guid uuid)
Parameters
Type |
Name |
Description |
Guid |
uuid |
|
Returns
Implements