Uses of Record Class
club.doki7.openxr.datatype.XrSpatialAnchorsQueryInfoBaseHeaderML.Ptr
Packages that use XrSpatialAnchorsQueryInfoBaseHeaderML.Ptr
-
Uses of XrSpatialAnchorsQueryInfoBaseHeaderML.Ptr in club.doki7.openxr.datatype
Methods in club.doki7.openxr.datatype that return XrSpatialAnchorsQueryInfoBaseHeaderML.PtrModifier and TypeMethodDescriptionXrSpatialAnchorsQueryInfoBaseHeaderML.Ptr.at(long index, @NotNull Consumer<@NotNull XrSpatialAnchorsQueryInfoBaseHeaderML> consumer) XrSpatialAnchorsQueryInfoBaseHeaderML.Ptr.offset(long offset) XrSpatialAnchorsQueryInfoBaseHeaderML.Ptr.reinterpret(long newSize) Assume theXrSpatialAnchorsQueryInfoBaseHeaderML.Ptris capable of holding at leastnewSizestructures, create a new viewXrSpatialAnchorsQueryInfoBaseHeaderML.Ptrthat uses the same backing storage as thisXrSpatialAnchorsQueryInfoBaseHeaderML.Ptr, but with the new size.XrSpatialAnchorsQueryInfoBaseHeaderML.Ptr.slice(long end) XrSpatialAnchorsQueryInfoBaseHeaderML.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).