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