Class StateLocalVisAssetFetcher
Fetch a VisAsset from the currently loaded ABR state. Currently only valid for ColormapVisAssets.
Inheritance
StateLocalVisAssetFetcher
Assembly: IVLab.ABREngine.Runtime.dll
Syntax
public class StateLocalVisAssetFetcher : IVisAssetFetcher
Fields
|
Improve this Doc
View Source
ARTIFACT_DATA
Fetch a VisAsset from the currently loaded ABR state. Currently only valid for ColormapVisAssets.
Declaration
public const string ARTIFACT_DATA = "artifactDataContents"
Field Value
|
Improve this Doc
View Source
VISASSET_JSON
Fetch a VisAsset from the currently loaded ABR state. Currently only valid for ColormapVisAssets.
Declaration
public const string VISASSET_JSON = "artifactJson"
Field Value
|
Improve this Doc
View Source
VISASSET_STATE
Fetch a VisAsset from the currently loaded ABR state. Currently only valid for ColormapVisAssets.
Declaration
public const string VISASSET_STATE = "localVisAssets"
Field Value
Methods
|
Improve this Doc
View Source
GetArtifactJson(Guid)
Fetch a VisAsset from the currently loaded ABR state. Currently only valid for ColormapVisAssets.
Declaration
public JObject GetArtifactJson(Guid uuid)
Parameters
Type |
Name |
Description |
Guid |
uuid |
|
Returns
|
Improve this Doc
View Source
GetArtifactJsonPath(Guid)
Fetch a VisAsset from the currently loaded ABR state. Currently only valid for ColormapVisAssets.
Declaration
public string GetArtifactJsonPath(Guid uuid)
Parameters
Type |
Name |
Description |
Guid |
uuid |
|
Returns
|
Improve this Doc
View Source
GetColormap(Guid)
Fetch a VisAsset from the currently loaded ABR state. Currently only valid for ColormapVisAssets.
Declaration
public Colormap GetColormap(Guid uuid)
Parameters
Type |
Name |
Description |
Guid |
uuid |
|
Returns
Type |
Description |
Colormap |
|
|
Improve this Doc
View Source
GetColormapTexture(Guid)
Fetch a VisAsset from the currently loaded ABR state. Currently only valid for ColormapVisAssets.
Declaration
public Texture2D GetColormapTexture(Guid uuid)
Parameters
Type |
Name |
Description |
Guid |
uuid |
|
Returns
|
Improve this Doc
View Source
GetGlyphGameObject(Guid, JObject)
Fetch a VisAsset from the currently loaded ABR state. Currently only valid for ColormapVisAssets.
Declaration
public GameObject GetGlyphGameObject(Guid uuid, JObject lodJson)
Parameters
Type |
Name |
Description |
Guid |
uuid |
|
JObject |
lodJson |
|
Returns
|
Improve this Doc
View Source
GetGlyphNormalMapTexture(Guid, JObject)
Fetch a VisAsset from the currently loaded ABR state. Currently only valid for ColormapVisAssets.
Declaration
public Texture2D GetGlyphNormalMapTexture(Guid uuid, JObject lodJson)
Parameters
Type |
Name |
Description |
Guid |
uuid |
|
JObject |
lodJson |
|
Returns
|
Improve this Doc
View Source
GetGlyphPreview(Guid)
Fetch a VisAsset from the currently loaded ABR state. Currently only valid for ColormapVisAssets.
Declaration
public Texture2D GetGlyphPreview(Guid uuid)
Parameters
Type |
Name |
Description |
Guid |
uuid |
|
Returns
|
Improve this Doc
View Source
GetLineTexture(Guid)
Fetch a VisAsset from the currently loaded ABR state. Currently only valid for ColormapVisAssets.
Declaration
public Texture2D GetLineTexture(Guid uuid)
Parameters
Type |
Name |
Description |
Guid |
uuid |
|
Returns
|
Improve this Doc
View Source
GetSurfaceNormalMap(Guid)
Fetch a VisAsset from the currently loaded ABR state. Currently only valid for ColormapVisAssets.
Declaration
public Texture2D GetSurfaceNormalMap(Guid uuid)
Parameters
Type |
Name |
Description |
Guid |
uuid |
|
Returns
|
Improve this Doc
View Source
GetSurfaceTexture(Guid)
Fetch a VisAsset from the currently loaded ABR state. Currently only valid for ColormapVisAssets.
Declaration
public Texture2D GetSurfaceTexture(Guid uuid)
Parameters
Type |
Name |
Description |
Guid |
uuid |
|
Returns
Implements