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