ConnectorPivotMode 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.
Controls how the tooltip will pivot relative to the camera/other objects.
C++
public enum class ConnectorPivotMode
public enum ConnectorPivotMode
type ConnectorPivotMode =
Public Enum ConnectorPivotMode
- Inheritance
-
ConnectorPivotMode
Name | Value | Description |
---|---|---|
Manual | 0 | Tooltip pivot will be set manually |
Automatic | 1 | Tooltip pivot will be set relative to object/camera based on specified direction and line length |
LocalPosition | 2 | Tooltip pivot will be set relative to target based on a local position |
Produit | Versions |
---|---|
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 |