Uses of Record Class
club.doki7.openxr.datatype.XrSpatialAnchorsQueryInfoRadiusML.Ptr
Packages that use XrSpatialAnchorsQueryInfoRadiusML.Ptr
-
Uses of XrSpatialAnchorsQueryInfoRadiusML.Ptr in club.doki7.openxr.datatype
Methods in club.doki7.openxr.datatype that return XrSpatialAnchorsQueryInfoRadiusML.PtrModifier and TypeMethodDescriptionXrSpatialAnchorsQueryInfoRadiusML.Ptr.at(long index, @NotNull Consumer<@NotNull XrSpatialAnchorsQueryInfoRadiusML> consumer) XrSpatialAnchorsQueryInfoRadiusML.Ptr.offset(long offset) XrSpatialAnchorsQueryInfoRadiusML.Ptr.reinterpret(long newSize) Assume theXrSpatialAnchorsQueryInfoRadiusML.Ptris capable of holding at leastnewSizestructures, create a new viewXrSpatialAnchorsQueryInfoRadiusML.Ptrthat uses the same backing storage as thisXrSpatialAnchorsQueryInfoRadiusML.Ptr, but with the new size.XrSpatialAnchorsQueryInfoRadiusML.Ptr.slice(long end) XrSpatialAnchorsQueryInfoRadiusML.Ptr.slice(long start, long end) Note that this function uses theList.subList(int, int)semantics (left inclusive, right exclusive interval), notMemorySegment.asSlice(long, long)semantics (offset + newSize).