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