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