Class XrSystemAnchorPropertiesHTC

All Implemented Interfaces:
AutoCloseable, NativeResource, Pointer

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