Enum BoundingBox.FlattenModeType
Enum which describes how an object's BoundingBox is to be flattened.
Namespace: Microsoft.MixedReality.Toolkit.UI
Assembly: cs.temp.dll.dll
Syntax
public enum FlattenModeType
Fields
Name | Description |
---|---|
DoNotFlatten | |
FlattenAuto | Flatten the smallest relative axis if it falls below threshold |
FlattenX | Flatten the X axis |
FlattenY | Flatten the Y axis |
FlattenZ | Flatten the Z axis |