Class XrSpatialRaycastInfoANDROID

All Implemented Interfaces:
AutoCloseable, NativeResource, Pointer

public class XrSpatialRaycastInfoANDROID extends Struct<XrSpatialRaycastInfoANDROID> implements NativeResource
struct XrSpatialRaycastInfoANDROID {
    XrStructureType type;
    void const * next;
    XrSpace space;
    XrTime time;
    XrVector3f origin;
    XrVector3f direction;
    float maxDistance;
}