Class XrEnvironmentRaycastHitMETA

All Implemented Interfaces:
AutoCloseable, NativeResource, Pointer

public class XrEnvironmentRaycastHitMETA extends Struct<XrEnvironmentRaycastHitMETA> implements NativeResource
struct XrEnvironmentRaycastHitMETA {
    XrStructureType type;
    void const * next;
    XrEnvironmentRaycastHitStatusMETA status;
    XrPosef pose;
}