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