Class XrSpatialAnchorsQueryInfoRadiusML

All Implemented Interfaces:
AutoCloseable, NativeResource, Pointer

public class XrSpatialAnchorsQueryInfoRadiusML extends Struct<XrSpatialAnchorsQueryInfoRadiusML> implements NativeResource

 struct XrSpatialAnchorsQueryInfoRadiusML {
     XrStructureType type;
     void const * next;
     XrSpace baseSpace;
     {@link XrVector3f XrVector3f} center;
     XrTime time;
     float radius;
 }