Uses of Record Class
club.doki7.openxr.datatype.XrViveTrackerPathsHTCX.Ptr
Packages that use XrViveTrackerPathsHTCX.Ptr
-
Uses of XrViveTrackerPathsHTCX.Ptr in club.doki7.openxr.datatype
Methods in club.doki7.openxr.datatype that return XrViveTrackerPathsHTCX.PtrModifier and TypeMethodDescriptionstatic XrViveTrackerPathsHTCX.PtrXrViveTrackerPathsHTCX.Ptr.at(long index, @NotNull Consumer<@NotNull XrViveTrackerPathsHTCX> consumer) @NotNull XrViveTrackerPathsHTCX.PtrXrViveTrackerPathsHTCX.Ptr.offset(long offset) XrEventDataViveTrackerConnectedHTCX.paths(int assumedCount) @NotNull XrViveTrackerPathsHTCX.PtrXrViveTrackerPathsHTCX.Ptr.reinterpret(long newSize) Assume theXrViveTrackerPathsHTCX.Ptris capable of holding at leastnewSizestructures, create a new viewXrViveTrackerPathsHTCX.Ptrthat uses the same backing storage as thisXrViveTrackerPathsHTCX.Ptr, but with the new size.XrViveTrackerPathsHTCX.Ptr.slice(long end) @NotNull XrViveTrackerPathsHTCX.PtrXrViveTrackerPathsHTCX.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).