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