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