Enum SurfaceMagnetism.OrientationMode
Orientation mode for solver
Namespace: Microsoft.MixedReality.Toolkit.Utilities.Solvers
Assembly: cs.temp.dll.dll
Syntax
public enum OrientationMode
  Fields
| Name | Description | 
|---|---|
| Blended | Blend between tracked transform and the surface normal orientation  | 
      
| None | No orienting  | 
      
| SurfaceNormal | Aligned to surface normal completely  | 
      
| TrackedOrigin | Face toward this object's position  | 
      
| TrackedTarget | Face the tracked transform  |