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