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