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