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