ConnectorPivotMode Enum
Definition
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.
public enum class ConnectorPivotMode
public enum ConnectorPivotMode
type ConnectorPivotMode =
Public Enum ConnectorPivotMode
- Inheritance
-
ConnectorPivotMode
Fields
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 |
Manual | 0 | Tooltip pivot will be set manually |