Uses of Record Class
club.doki7.openxr.datatype.XrBodyTrackerCreateInfoBD.Ptr
Packages that use XrBodyTrackerCreateInfoBD.Ptr
-
Uses of XrBodyTrackerCreateInfoBD.Ptr in club.doki7.openxr.datatype
Methods in club.doki7.openxr.datatype that return XrBodyTrackerCreateInfoBD.PtrModifier and TypeMethodDescriptionXrBodyTrackerCreateInfoBD.Ptr.at
(long index, @NotNull Consumer<@NotNull XrBodyTrackerCreateInfoBD> consumer) @NotNull XrBodyTrackerCreateInfoBD.Ptr
XrBodyTrackerCreateInfoBD.Ptr.offset
(long offset) @NotNull XrBodyTrackerCreateInfoBD.Ptr
XrBodyTrackerCreateInfoBD.Ptr.reinterpret
(long newSize) Assume theXrBodyTrackerCreateInfoBD.Ptr
is capable of holding at leastnewSize
structures, create a new viewXrBodyTrackerCreateInfoBD.Ptr
that uses the same backing storage as thisXrBodyTrackerCreateInfoBD.Ptr
, but with the new size.XrBodyTrackerCreateInfoBD.Ptr.slice
(long end) @NotNull XrBodyTrackerCreateInfoBD.Ptr
XrBodyTrackerCreateInfoBD.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).