Uses of Record Class
club.doki7.openxr.datatype.XrHandJointLocationEXT.Ptr
Packages that use XrHandJointLocationEXT.Ptr
-
Uses of XrHandJointLocationEXT.Ptr in club.doki7.openxr.datatype
Methods in club.doki7.openxr.datatype that return XrHandJointLocationEXT.PtrModifier and TypeMethodDescriptionstatic XrHandJointLocationEXT.PtrXrHandJointLocationEXT.Ptr.at(long index, @NotNull Consumer<@NotNull XrHandJointLocationEXT> consumer) XrHandJointLocationsEXT.jointLocations(int assumedCount) @NotNull XrHandJointLocationEXT.PtrXrHandJointLocationEXT.Ptr.offset(long offset) @NotNull XrHandJointLocationEXT.PtrXrHandJointLocationEXT.Ptr.reinterpret(long newSize) Assume theXrHandJointLocationEXT.Ptris capable of holding at leastnewSizestructures, create a new viewXrHandJointLocationEXT.Ptrthat uses the same backing storage as thisXrHandJointLocationEXT.Ptr, but with the new size.XrHandJointLocationEXT.Ptr.slice(long end) @NotNull XrHandJointLocationEXT.PtrXrHandJointLocationEXT.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).