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