Class XrSpatialComponentRaycastResultListANDROID

All Implemented Interfaces:
AutoCloseable, NativeResource, Pointer

public class XrSpatialComponentRaycastResultListANDROID extends Struct<XrSpatialComponentRaycastResultListANDROID> implements NativeResource
struct XrSpatialComponentRaycastResultListANDROID {
    XrStructureType type;
    void * next;
    uint32_t raycastResultCount;
    XrSpatialRaycastResultDataANDROID * raycastResults;
}