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.PtrXrEyeGazesFB.Ptr.at(long index, @NotNull Consumer<@NotNull XrEyeGazesFB> consumer) @NotNull XrEyeGazesFB.PtrXrEyeGazesFB.Ptr.offset(long offset) @NotNull XrEyeGazesFB.PtrXrEyeGazesFB.Ptr.reinterpret(long newSize) Assume theXrEyeGazesFB.Ptris capable of holding at leastnewSizestructures, create a new viewXrEyeGazesFB.Ptrthat uses the same backing storage as thisXrEyeGazesFB.Ptr, but with the new size.XrEyeGazesFB.Ptr.slice(long end) @NotNull XrEyeGazesFB.PtrXrEyeGazesFB.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).