CursorContextEnum Enum
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Enum for current cursor context
C++
public enum class CursorContextEnum
public enum CursorContextEnum
type CursorContextEnum =
Public Enum CursorContextEnum
- Inheritance
-
CursorContextEnum
Name | Value | Description |
---|---|---|
None | -1 | |
MoveEastWest | 0 | |
MoveNorthSouth | 1 | |
MoveNorthwestSoutheast | 2 | |
MoveNortheastSouthwest | 3 | |
MoveCross | 4 | |
RotateEastWest | 5 | |
RotateNorthSouth | 6 | |
Contextual | 7 |
Produkt | Versioner |
---|---|
MRTK2 Unity 2018 | 2.5.0, 2.5.1, 2.5.2, 2.5.3, 2.5.4, 2.6.0, 2.7.0 |
MRTK2 Unity 2019 | 2.5.0, 2.5.1, 2.5.2, 2.5.3, 2.5.4, 2.6.0, 2.7.0, 2.8.0 |
MRTK2 Unity 2020 | 2.5.2, 2.5.3, 2.5.4, 2.6.0, 2.7.0, 2.8.0 |