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