Class XrSystemBodyTrackingPropertiesFB

All Implemented Interfaces:
AutoCloseable, NativeResource, Pointer

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