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.PtrXrHandJointsMotionRangeInfoEXT.Ptr.offset(long offset) @NotNull XrHandJointsMotionRangeInfoEXT.PtrXrHandJointsMotionRangeInfoEXT.Ptr.reinterpret(long newSize) Assume theXrHandJointsMotionRangeInfoEXT.Ptris capable of holding at leastnewSizestructures, create a new viewXrHandJointsMotionRangeInfoEXT.Ptrthat uses the same backing storage as thisXrHandJointsMotionRangeInfoEXT.Ptr, but with the new size.XrHandJointsMotionRangeInfoEXT.Ptr.slice(long end) @NotNull XrHandJointsMotionRangeInfoEXT.PtrXrHandJointsMotionRangeInfoEXT.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).