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