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