Class XrSystemBodyTrackingPropertiesHTC

All Implemented Interfaces:
AutoCloseable, NativeResource, Pointer

public class XrSystemBodyTrackingPropertiesHTC extends Struct<XrSystemBodyTrackingPropertiesHTC> implements NativeResource
struct XrSystemBodyTrackingPropertiesHTC {
    XrStructureType type;
    void * next;
    XrBool32 supportsBodyTracking;
}