Class XrWorldMeshStateRequestInfoML

All Implemented Interfaces:
AutoCloseable, NativeResource, Pointer

public class XrWorldMeshStateRequestInfoML extends Struct<XrWorldMeshStateRequestInfoML> implements NativeResource
struct XrWorldMeshStateRequestInfoML {
    XrStructureType type;
    void const * next;
    XrSpace baseSpace;
    XrTime time;
    XrPosef boundingBoxCenter;
    XrExtent3DfEXT boundingBoxExtents;
}