Class XrSpatialAnchorsDeleteInfoML

All Implemented Interfaces:
AutoCloseable, NativeResource, Pointer

public class XrSpatialAnchorsDeleteInfoML extends Struct<XrSpatialAnchorsDeleteInfoML> implements NativeResource

 struct XrSpatialAnchorsDeleteInfoML {
     XrStructureType type;
     void const * next;
     uint32_t uuidCount;
     {@link XrUuidEXT XrUuidEXT} const * uuids;
 }