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