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