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.Ptr
XrHandJointLocationEXT.Ptr.at
(long index, @NotNull Consumer<@NotNull XrHandJointLocationEXT> consumer) XrHandJointLocationsEXT.jointLocations
(int assumedCount) @NotNull XrHandJointLocationEXT.Ptr
XrHandJointLocationEXT.Ptr.offset
(long offset) @NotNull XrHandJointLocationEXT.Ptr
XrHandJointLocationEXT.Ptr.reinterpret
(long newSize) Assume theXrHandJointLocationEXT.Ptr
is capable of holding at leastnewSize
structures, create a new viewXrHandJointLocationEXT.Ptr
that uses the same backing storage as thisXrHandJointLocationEXT.Ptr
, but with the new size.XrHandJointLocationEXT.Ptr.slice
(long end) @NotNull XrHandJointLocationEXT.Ptr
XrHandJointLocationEXT.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).