CellexalVR
1.1.0
A virtual reality platform for the exploration and analysis of single-cell gene expression data
|
Generates the boxes that represents folders with input data. More...
Public Member Functions | |
void | GetDirectories () |
Generates the boxes that represent folders. More... | |
void | GenerateFolders (string filter="") |
GameObject | FindCells (string name) |
Find the cells object of a given name. More... | |
void | DestroyFolders () |
Destroys all folders. More... | |
Public Attributes | |
GameObject | folderPrefab |
GameObject | sessionFolderPrefab |
ReferenceManager | referenceManager |
Generates the boxes that represents folders with input data.
void CellexalVR.General.InputFolderGenerator.DestroyFolders | ( | ) |
Destroys all folders.
GameObject CellexalVR.General.InputFolderGenerator.FindCells | ( | string | name | ) |
Find the cells object of a given name.
void CellexalVR.General.InputFolderGenerator.GetDirectories | ( | ) |
Generates the boxes that represent folders.
filter | String filter to search for specific data folder directory. |