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