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