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