BoundingBox.BoundingBoxActivationType 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.
This enum defines how the BoundingBox gets activated
public: enum class BoundingBox::BoundingBoxActivationType
public enum BoundingBox.BoundingBoxActivationType
type BoundingBox.BoundingBoxActivationType =
Public Enum BoundingBox.BoundingBoxActivationType
- Inheritance
-
BoundingBox.BoundingBoxActivationType
Fields
Name | Value | Description |
---|---|---|
ActivateOnStart | 0 | |
ActivateByProximity | 1 | |
ActivateByPointer | 2 | |
ActivateByProximityAndPointer | 3 | |
ActivateManually | 4 |