Enum LocatedState
Defines the potential states of alignment for a strategy.
Namespace: Microsoft.MixedReality.SpatialAlignment
Assembly: cs.temp.dll.dll
Syntax
public enum LocatedState
Fields
Name | Description |
---|---|
Error | An error has occurred with the alignment strategy. |
Inhibited | Alignment is temporarily inhibited (usually due to some form of tracking loss). |
Resolved | Alignment has been resolved at least once but there is no active tracking. |
Tracking | Alignment has been resolved at least once and there is active tracking. |
Unresolved | Alignment has never been resolved in this session. |