Uses of Record Class
club.doki7.openxr.datatype.XrFoveationEyeTrackedStateMETA
Packages that use XrFoveationEyeTrackedStateMETA
-
Uses of XrFoveationEyeTrackedStateMETA in club.doki7.openxr.command
Methods in club.doki7.openxr.command with parameters of type XrFoveationEyeTrackedStateMETAModifier and TypeMethodDescriptionint
XR.getFoveationEyeTrackedStateMETA
(XrSession session, XrFoveationEyeTrackedStateMETA foveationState) -
Uses of XrFoveationEyeTrackedStateMETA in club.doki7.openxr.datatype
Classes in club.doki7.openxr.datatype that implement interfaces with type arguments of type XrFoveationEyeTrackedStateMETAModifier and TypeClassDescriptionstatic final record
Represents a pointer to / an array ofXrFoveationEyeTrackedStateMETA
structure(s) in native memory.Methods in club.doki7.openxr.datatype that return XrFoveationEyeTrackedStateMETAModifier and TypeMethodDescription@NotNull XrFoveationEyeTrackedStateMETA
XrFoveationEyeTrackedStateMETA.Ptr.at
(long index) Returns (a pointer to) the structure at the given index.XrFoveationEyeTrackedStateMETA.clone
(Arena arena, XrFoveationEyeTrackedStateMETA src) XrFoveationEyeTrackedStateMETA.flags
(long value) XrFoveationEyeTrackedStateMETA.foveationCenter
(XrVector2f.Ptr value) XrFoveationEyeTrackedStateMETA.foveationCenter
(@NotNull Consumer<XrVector2f.Ptr> consumer) XrFoveationEyeTrackedStateMETA.next
(@NotNull MemorySegment value) XrFoveationEyeTrackedStateMETA.Ptr.toArray()
XrFoveationEyeTrackedStateMETA.type
(int value) Methods in club.doki7.openxr.datatype that return types with arguments of type XrFoveationEyeTrackedStateMETAModifier and TypeMethodDescription@NotNull Iterator
<XrFoveationEyeTrackedStateMETA> XrFoveationEyeTrackedStateMETA.Ptr.iterator()
Methods in club.doki7.openxr.datatype with parameters of type XrFoveationEyeTrackedStateMETAModifier and TypeMethodDescriptionXrFoveationEyeTrackedStateMETA.clone
(Arena arena, XrFoveationEyeTrackedStateMETA src) void
XrFoveationEyeTrackedStateMETA.Ptr.write
(long index, @NotNull XrFoveationEyeTrackedStateMETA value) Method parameters in club.doki7.openxr.datatype with type arguments of type XrFoveationEyeTrackedStateMETAModifier and TypeMethodDescriptionXrFoveationEyeTrackedStateMETA.Ptr.at
(long index, @NotNull Consumer<@NotNull XrFoveationEyeTrackedStateMETA> consumer)