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