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.Ptr
XrViveTrackerPathsHTCX.Ptr.at
(long index, @NotNull Consumer<@NotNull XrViveTrackerPathsHTCX> consumer) @NotNull XrViveTrackerPathsHTCX.Ptr
XrViveTrackerPathsHTCX.Ptr.offset
(long offset) XrEventDataViveTrackerConnectedHTCX.paths
(int assumedCount) @NotNull XrViveTrackerPathsHTCX.Ptr
XrViveTrackerPathsHTCX.Ptr.reinterpret
(long newSize) Assume theXrViveTrackerPathsHTCX.Ptr
is capable of holding at leastnewSize
structures, create a new viewXrViveTrackerPathsHTCX.Ptr
that uses the same backing storage as thisXrViveTrackerPathsHTCX.Ptr
, but with the new size.XrViveTrackerPathsHTCX.Ptr.slice
(long end) @NotNull XrViveTrackerPathsHTCX.Ptr
XrViveTrackerPathsHTCX.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).