Class XrSystemTrackingProperties

All Implemented Interfaces:
AutoCloseable, NativeResource, Pointer

public class XrSystemTrackingProperties extends Struct<XrSystemTrackingProperties> implements NativeResource

 struct XrSystemTrackingProperties {
     XrBool32 orientationTracking;
     XrBool32 positionTracking;
 }