Uses of Record Class
club.doki7.openxr.datatype.XrEyeGazesInfoFB
Packages that use XrEyeGazesInfoFB
-
Uses of XrEyeGazesInfoFB in club.doki7.openxr.command
Methods in club.doki7.openxr.command with parameters of type XrEyeGazesInfoFBModifier and TypeMethodDescriptionint
XR.getEyeGazesFB
(XrEyeTrackerFB eyeTracker, XrEyeGazesInfoFB gazeInfo, XrEyeGazesFB eyeGazes) -
Uses of XrEyeGazesInfoFB in club.doki7.openxr.datatype
Classes in club.doki7.openxr.datatype that implement interfaces with type arguments of type XrEyeGazesInfoFBModifier and TypeClassDescriptionstatic final record
Represents a pointer to / an array ofXrEyeGazesInfoFB
structure(s) in native memory.Methods in club.doki7.openxr.datatype that return XrEyeGazesInfoFBModifier and TypeMethodDescriptionstatic XrEyeGazesInfoFB
@NotNull XrEyeGazesInfoFB
XrEyeGazesInfoFB.Ptr.at
(long index) Returns (a pointer to) the structure at the given index.static XrEyeGazesInfoFB
XrEyeGazesInfoFB.clone
(Arena arena, XrEyeGazesInfoFB src) XrEyeGazesInfoFB.next
(@NotNull MemorySegment value) XrEyeGazesInfoFB.time
(long value) XrEyeGazesInfoFB.Ptr.toArray()
XrEyeGazesInfoFB.type
(int value) Methods in club.doki7.openxr.datatype that return types with arguments of type XrEyeGazesInfoFBModifier and TypeMethodDescription@NotNull Iterator
<XrEyeGazesInfoFB> XrEyeGazesInfoFB.Ptr.iterator()
Methods in club.doki7.openxr.datatype with parameters of type XrEyeGazesInfoFBModifier and TypeMethodDescriptionstatic XrEyeGazesInfoFB
XrEyeGazesInfoFB.clone
(Arena arena, XrEyeGazesInfoFB src) void
XrEyeGazesInfoFB.Ptr.write
(long index, @NotNull XrEyeGazesInfoFB value) Method parameters in club.doki7.openxr.datatype with type arguments of type XrEyeGazesInfoFBModifier and TypeMethodDescriptionXrEyeGazesInfoFB.Ptr.at
(long index, @NotNull Consumer<@NotNull XrEyeGazesInfoFB> consumer)