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.Ptr
is capable of holding at leastnewSize
structures, create a new viewXrEventDataEyeCalibrationChangedML.Ptr
that 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).