Uses of Record Class
club.doki7.openxr.datatype.XrBodySkeletonHTC.Ptr
Packages that use XrBodySkeletonHTC.Ptr
-
Uses of XrBodySkeletonHTC.Ptr in club.doki7.openxr.datatype
Methods in club.doki7.openxr.datatype that return XrBodySkeletonHTC.PtrModifier and TypeMethodDescriptionstatic XrBodySkeletonHTC.Ptr
XrBodySkeletonHTC.Ptr.at
(long index, @NotNull Consumer<@NotNull XrBodySkeletonHTC> consumer) @NotNull XrBodySkeletonHTC.Ptr
XrBodySkeletonHTC.Ptr.offset
(long offset) @NotNull XrBodySkeletonHTC.Ptr
XrBodySkeletonHTC.Ptr.reinterpret
(long newSize) Assume theXrBodySkeletonHTC.Ptr
is capable of holding at leastnewSize
structures, create a new viewXrBodySkeletonHTC.Ptr
that uses the same backing storage as thisXrBodySkeletonHTC.Ptr
, but with the new size.XrBodySkeletonHTC.Ptr.slice
(long end) @NotNull XrBodySkeletonHTC.Ptr
XrBodySkeletonHTC.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).