static class PoseStateExtensions
A collection of extension methods for the PoseState enum that makes bit-field checks a little easier.
Static Methods
| IsPosInferred | Is the position an educated guess rather than directly tracked? |
| IsPosKnown | Is the position actively tracked by the hardware? |
| IsRotInferred | Is the orientation an educated guess rather than directly tracked? |
| IsRotKnown | Is the orientation actively tracked by the hardware? |
| IsTracked | Is the pose tracked at all, on either position or orientation? |
Found an issue with these docs, or have some additional questions? Create an Issue on Github!