Enum OrientationType
Orientation type enum
Namespace: Microsoft.MixedReality.Toolkit.Utilities
Assembly: cs.temp.dll.dll
Syntax
public enum OrientationType
Fields
Name | Description |
---|---|
FaceCenterAxis | Lay flat on the surface, facing in |
FaceCenterAxisReversed | Lay flat on the surface, facing out |
FaceOrigin | Rotate towards the origin |
FaceOriginReversed | Rotate towards the origin + 180 degrees |
FaceParentDown | Parent Relative Down |
FaceParentForwardReversed | Zero rotation + 180 degrees |
FaceParentFoward | Zero rotation |
FaceParentUp | Parent Relative Up |
None | Don't rotate at all |