Class XrCreateSpatialAnchorsCompletionML

All Implemented Interfaces:
AutoCloseable, NativeResource, Pointer

public class XrCreateSpatialAnchorsCompletionML extends Struct<XrCreateSpatialAnchorsCompletionML> implements NativeResource
struct XrCreateSpatialAnchorsCompletionML {
    XrStructureType type;
    void * next;
    XrResult futureResult;
    uint32_t spaceCount;
    XrSpace * spaces;
}