This class handles the scrolling of the geo mx images. In the future could be used for different type of image data. The images are placed in a circle around the user and six images are shown at a time.
More...
|
static int | mod (int x, int m) |
| Helper function used among other things in the scrolling so that you go back to the first one after scrolling through the last. More...
|
|
|
Dictionary< int, int > | currentSlide = new Dictionary<int, int>() |
|
string | currentScanID |
|
string[] | currentScanIDs |
|
string[] | currentROIIDs |
|
string[] | currentAOIIDs |
|
string[] | currentIDs |
|
Dictionary< string, GeoMXSlide > | currentSlides |
|
int | currentType |
|
|
bool | RequireToggleToClick [get, set] |
|
This class handles the scrolling of the geo mx images. In the future could be used for different type of image data. The images are placed in a circle around the user and six images are shown at a time.
◆ mod()
static int CellexalVR.Spatial.SlideScroller.mod |
( |
int |
x, |
|
|
int |
m |
|
) |
| |
|
static |
Helper function used among other things in the scrolling so that you go back to the first one after scrolling through the last.
- Parameters
-
- Returns
◆ Scroll()
void CellexalVR.Spatial.SlideScroller.Scroll |
( |
int |
val | ) |
|
Scroll right or left through the image slices.
- Parameters
-
◆ ScrollStack()
void CellexalVR.Spatial.SlideScroller.ScrollStack |
( |
int |
val, |
|
|
int |
group |
|
) |
| |
Scroll through a stack of images works differently so it calls the function in GeoMXSlideStack.
- Parameters
-
◆ ScrollTo()
void CellexalVR.Spatial.SlideScroller.ScrollTo |
( |
int |
toSlice | ) |
|
Scroll to a specific image slice.
- Parameters
-
The documentation for this class was generated from the following file:
- cellexalvr_cloudxr/Assets/Scripts/Spatial/SlideScroller.cs