This interface is primarily used for debugging and visualization of active state hierarchies.
This interface is used in conjunction with the pose detection and debugging systems to:
Expose parent-child relationships between active states
Enable debugging visualization of state hierarchies
Support different types of active state implementations through the generic ActiveStateModel
See Oculus
.Interaction
.PoseDetection
.Debug.ActiveStateModel<TActiveState> for the base implementation.