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