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;
     XrVector3f center;
     XrTime time;
     float radius;
 }