BoundingBox.HandleType 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.
Enum which describes whether a BoundingBox handle which has been grabbed, is a Rotation Handle (sphere) or a Scale Handle( cube)
public: enum class BoundingBox::HandleType
public enum BoundingBox.HandleType
type BoundingBox.HandleType =
Public Enum BoundingBox.HandleType
- Inheritance
-
BoundingBox.HandleType
Fields
Name | Value | Description |
---|---|---|
None | 0 | |
Rotation | 1 | |
Scale | 2 |