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.PtrXrBodyTrackerCreateInfoHTC.Ptr.offset(long offset) @NotNull XrBodyTrackerCreateInfoHTC.PtrXrBodyTrackerCreateInfoHTC.Ptr.reinterpret(long newSize) Assume theXrBodyTrackerCreateInfoHTC.Ptris capable of holding at leastnewSizestructures, create a new viewXrBodyTrackerCreateInfoHTC.Ptrthat uses the same backing storage as thisXrBodyTrackerCreateInfoHTC.Ptr, but with the new size.XrBodyTrackerCreateInfoHTC.Ptr.slice(long end) @NotNull XrBodyTrackerCreateInfoHTC.PtrXrBodyTrackerCreateInfoHTC.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).