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