Property | Type | Description | |
---|---|---|---|
attributeFilters | AttributeFilter[] | ||
colorPaletteDimension | string | ||
depth | float | ||
height | float | ||
uid | string | ||
width | float |
Method | Description | |
---|---|---|
CreateVisualisation ( AbstractVisualisation.VisualisationTypes visualizationType ) : void | ||
OnApplicationQuit ( ) : void | ||
OnDestroy ( ) : void | ||
OnEnable ( ) : void | ||
RuntimeEditorLoadAndSaveConfiguration ( ) : void | ||
destroyView ( ) : void |
Destroy immediately all the views
|
|
setLinkingIndices ( Array LinkingIndices ) : int[] |
creates the line indices for the data set
|
|
updateProperties ( ) : void | ||
updateView ( AbstractVisualisation.PropertyType propertyType ) : void | ||
updateViewProperties ( AbstractVisualisation.PropertyType propertyType ) : void |
Method | Description | |
---|---|---|
ConfigurationFileName ( ) : string | ||
getAxis ( Dictionary axies, CreationConfiguration.Axis axis ) : string |
Gets the axies.
|
|
updateKey ( ) : void |
public CreateVisualisation ( AbstractVisualisation.VisualisationTypes visualizationType ) : void | ||
visualizationType | AbstractVisualisation.VisualisationTypes | |
return | void |
public RuntimeEditorLoadAndSaveConfiguration ( ) : void | ||
return | void |
public setLinkingIndices ( Array LinkingIndices ) : int[] | ||
LinkingIndices | Array | |
return | int[] |
public updateView ( AbstractVisualisation.PropertyType propertyType ) : void | ||
propertyType | AbstractVisualisation.PropertyType | |
return | void |
public updateViewProperties ( AbstractVisualisation.PropertyType propertyType ) : void | ||
propertyType | AbstractVisualisation.PropertyType | |
return | void |
public AttributeFilter[] attributeFilters | ||
return | AttributeFilter[] |