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.PtrXrHandJointLocationsEXT.Ptr.at(long index, @NotNull Consumer<@NotNull XrHandJointLocationsEXT> consumer) @NotNull XrHandJointLocationsEXT.PtrXrHandJointLocationsEXT.Ptr.offset(long offset) @NotNull XrHandJointLocationsEXT.PtrXrHandJointLocationsEXT.Ptr.reinterpret(long newSize) Assume theXrHandJointLocationsEXT.Ptris capable of holding at leastnewSizestructures, create a new viewXrHandJointLocationsEXT.Ptrthat uses the same backing storage as thisXrHandJointLocationsEXT.Ptr, but with the new size.XrHandJointLocationsEXT.Ptr.slice(long end) @NotNull XrHandJointLocationsEXT.PtrXrHandJointLocationsEXT.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).