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