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.PtrXrHandJointVelocityEXT.Ptr.at(long index, @NotNull Consumer<@NotNull XrHandJointVelocityEXT> consumer) XrHandJointVelocitiesEXT.jointVelocities(int assumedCount) @NotNull XrHandJointVelocityEXT.PtrXrHandJointVelocityEXT.Ptr.offset(long offset) @NotNull XrHandJointVelocityEXT.PtrXrHandJointVelocityEXT.Ptr.reinterpret(long newSize) Assume theXrHandJointVelocityEXT.Ptris capable of holding at leastnewSizestructures, create a new viewXrHandJointVelocityEXT.Ptrthat uses the same backing storage as thisXrHandJointVelocityEXT.Ptr, but with the new size.XrHandJointVelocityEXT.Ptr.slice(long end) @NotNull XrHandJointVelocityEXT.PtrXrHandJointVelocityEXT.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).