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