Uses of Record Class
club.doki7.openxr.datatype.XrEventDataEyeCalibrationChangedML
Packages that use XrEventDataEyeCalibrationChangedML
-
Uses of XrEventDataEyeCalibrationChangedML in club.doki7.openxr.datatype
Classes in club.doki7.openxr.datatype that implement interfaces with type arguments of type XrEventDataEyeCalibrationChangedMLModifier and TypeClassDescriptionstatic final record
Represents a pointer to / an array ofXrEventDataEyeCalibrationChangedML
structure(s) in native memory.Methods in club.doki7.openxr.datatype that return XrEventDataEyeCalibrationChangedMLModifier and TypeMethodDescription@NotNull XrEventDataEyeCalibrationChangedML
XrEventDataEyeCalibrationChangedML.Ptr.at
(long index) Returns (a pointer to) the structure at the given index.XrEventDataEyeCalibrationChangedML.clone
(Arena arena, XrEventDataEyeCalibrationChangedML src) XrEventDataEyeCalibrationChangedML.next
(@NotNull MemorySegment value) XrEventDataEyeCalibrationChangedML.status
(int value) XrEventDataEyeCalibrationChangedML.Ptr.toArray()
XrEventDataEyeCalibrationChangedML.type
(int value) Methods in club.doki7.openxr.datatype that return types with arguments of type XrEventDataEyeCalibrationChangedMLModifier and TypeMethodDescription@NotNull Iterator
<XrEventDataEyeCalibrationChangedML> XrEventDataEyeCalibrationChangedML.Ptr.iterator()
Methods in club.doki7.openxr.datatype with parameters of type XrEventDataEyeCalibrationChangedMLModifier and TypeMethodDescriptionXrEventDataEyeCalibrationChangedML.clone
(Arena arena, XrEventDataEyeCalibrationChangedML src) void
XrEventDataEyeCalibrationChangedML.Ptr.write
(long index, @NotNull XrEventDataEyeCalibrationChangedML value) Method parameters in club.doki7.openxr.datatype with type arguments of type XrEventDataEyeCalibrationChangedMLModifier and TypeMethodDescriptionXrEventDataEyeCalibrationChangedML.Ptr.at
(long index, @NotNull Consumer<@NotNull XrEventDataEyeCalibrationChangedML> consumer)