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.Ptr
XrBodyJointsLocateInfoHTC.Ptr.offset
(long offset) @NotNull XrBodyJointsLocateInfoHTC.Ptr
XrBodyJointsLocateInfoHTC.Ptr.reinterpret
(long newSize) Assume theXrBodyJointsLocateInfoHTC.Ptr
is capable of holding at leastnewSize
structures, create a new viewXrBodyJointsLocateInfoHTC.Ptr
that uses the same backing storage as thisXrBodyJointsLocateInfoHTC.Ptr
, but with the new size.XrBodyJointsLocateInfoHTC.Ptr.slice
(long end) @NotNull XrBodyJointsLocateInfoHTC.Ptr
XrBodyJointsLocateInfoHTC.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).