Class XrSpatialComponentAnchorListEXT

All Implemented Interfaces:
AutoCloseable, NativeResource, Pointer

public class XrSpatialComponentAnchorListEXT extends Struct<XrSpatialComponentAnchorListEXT> implements NativeResource
struct XrSpatialComponentAnchorListEXT {
    XrStructureType type;
    void * next;
    uint32_t locationCount;
    XrPosef * locations;
}