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