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.Ptr
XrEyeGazeSampleTimeEXT.Ptr.at
(long index, @NotNull Consumer<@NotNull XrEyeGazeSampleTimeEXT> consumer) @NotNull XrEyeGazeSampleTimeEXT.Ptr
XrEyeGazeSampleTimeEXT.Ptr.offset
(long offset) @NotNull XrEyeGazeSampleTimeEXT.Ptr
XrEyeGazeSampleTimeEXT.Ptr.reinterpret
(long newSize) Assume theXrEyeGazeSampleTimeEXT.Ptr
is capable of holding at leastnewSize
structures, create a new viewXrEyeGazeSampleTimeEXT.Ptr
that uses the same backing storage as thisXrEyeGazeSampleTimeEXT.Ptr
, but with the new size.XrEyeGazeSampleTimeEXT.Ptr.slice
(long end) @NotNull XrEyeGazeSampleTimeEXT.Ptr
XrEyeGazeSampleTimeEXT.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).