Class XrSystemBodyTrackingPropertiesBD

All Implemented Interfaces:
AutoCloseable, NativeResource, Pointer

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