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.Ptr
XrBodyJointsLocateInfoBD.Ptr.at
(long index, @NotNull Consumer<@NotNull XrBodyJointsLocateInfoBD> consumer) @NotNull XrBodyJointsLocateInfoBD.Ptr
XrBodyJointsLocateInfoBD.Ptr.offset
(long offset) @NotNull XrBodyJointsLocateInfoBD.Ptr
XrBodyJointsLocateInfoBD.Ptr.reinterpret
(long newSize) Assume theXrBodyJointsLocateInfoBD.Ptr
is capable of holding at leastnewSize
structures, create a new viewXrBodyJointsLocateInfoBD.Ptr
that uses the same backing storage as thisXrBodyJointsLocateInfoBD.Ptr
, but with the new size.XrBodyJointsLocateInfoBD.Ptr.slice
(long end) @NotNull XrBodyJointsLocateInfoBD.Ptr
XrBodyJointsLocateInfoBD.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).