Class XrSystemTrackablesPropertiesANDROID

All Implemented Interfaces:
AutoCloseable, NativeResource, Pointer

public class XrSystemTrackablesPropertiesANDROID extends Struct<XrSystemTrackablesPropertiesANDROID> implements NativeResource

 struct XrSystemTrackablesPropertiesANDROID {
     XrStructureType type;
     void const * next;
     XrBool32 supportsAnchor;
     uint32_t maxAnchors;
 }