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.Ptr
XrBodySkeletonFB.Ptr.at
(long index, @NotNull Consumer<@NotNull XrBodySkeletonFB> consumer) @NotNull XrBodySkeletonFB.Ptr
XrBodySkeletonFB.Ptr.offset
(long offset) @NotNull XrBodySkeletonFB.Ptr
XrBodySkeletonFB.Ptr.reinterpret
(long newSize) Assume theXrBodySkeletonFB.Ptr
is capable of holding at leastnewSize
structures, create a new viewXrBodySkeletonFB.Ptr
that uses the same backing storage as thisXrBodySkeletonFB.Ptr
, but with the new size.XrBodySkeletonFB.Ptr.slice
(long end) @NotNull XrBodySkeletonFB.Ptr
XrBodySkeletonFB.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).