CellexalVR  1.1.0
A virtual reality platform for the exploration and analysis of single-cell gene expression data
CellexalVR.Spatial.PointCloudSettings Class Reference

Class used to change the point cloud settings such as transparency, size and spread. The way to change the values is through a slider for each. Changing the settings changes the value for all point clouds in the scene. More...

Inheritance diagram for CellexalVR.Spatial.PointCloudSettings:

Public Member Functions

void ToggleSettings ()
 Make the settings sliders visible and active to change. More...
 
void ChangePointSize (float value)
 Sets the point size of all point clouds in the scene. More...
 
void ChangePointSpread (float value)
 Sets the point spread of all point clouds in the scene. Spread means the distances between each point without changing size. It scales the same for all points so the structure of the graph remains. More...
 
void ChangePointAlpha (float value)
 Change transparency of all point clouds in the scene. More...
 

Public Attributes

float size = 0.003f
 
float spread = 1f
 
float alpha = 1f
 

Properties

float Size [get, set]
 
float Spread [get, set]
 
float Alpha [get, set]
 

Detailed Description

Class used to change the point cloud settings such as transparency, size and spread. The way to change the values is through a slider for each. Changing the settings changes the value for all point clouds in the scene.

Member Function Documentation

◆ ChangePointAlpha()

void CellexalVR.Spatial.PointCloudSettings.ChangePointAlpha ( float  value)

Change transparency of all point clouds in the scene.

Parameters
value

◆ ChangePointSize()

void CellexalVR.Spatial.PointCloudSettings.ChangePointSize ( float  value)

Sets the point size of all point clouds in the scene.

Parameters
valueThe size to set.

◆ ChangePointSpread()

void CellexalVR.Spatial.PointCloudSettings.ChangePointSpread ( float  value)

Sets the point spread of all point clouds in the scene. Spread means the distances between each point without changing size. It scales the same for all points so the structure of the graph remains.

Parameters
value

◆ ToggleSettings()

void CellexalVR.Spatial.PointCloudSettings.ToggleSettings ( )

Make the settings sliders visible and active to change.


The documentation for this class was generated from the following file: