Class XrSystemUserPresencePropertiesEXT

All Implemented Interfaces:
AutoCloseable, NativeResource, Pointer

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