Uses of Record Class
club.doki7.openxr.datatype.XrEyeGazesFB
Packages that use XrEyeGazesFB
-
Uses of XrEyeGazesFB in club.doki7.openxr.command
Methods in club.doki7.openxr.command with parameters of type XrEyeGazesFBModifier and TypeMethodDescriptionintXR.getEyeGazesFB(XrEyeTrackerFB eyeTracker, XrEyeGazesInfoFB gazeInfo, XrEyeGazesFB eyeGazes) -
Uses of XrEyeGazesFB in club.doki7.openxr.datatype
Classes in club.doki7.openxr.datatype that implement interfaces with type arguments of type XrEyeGazesFBModifier and TypeClassDescriptionstatic final recordRepresents a pointer to / an array ofXrEyeGazesFBstructure(s) in native memory.Methods in club.doki7.openxr.datatype that return XrEyeGazesFBModifier and TypeMethodDescriptionstatic XrEyeGazesFB@NotNull XrEyeGazesFBXrEyeGazesFB.Ptr.at(long index) Returns (a pointer to) the structure at the given index.static XrEyeGazesFBXrEyeGazesFB.clone(Arena arena, XrEyeGazesFB src) XrEyeGazesFB.gaze(XrEyeGazeFB.Ptr value) XrEyeGazesFB.gaze(@NotNull Consumer<XrEyeGazeFB.Ptr> consumer) XrEyeGazesFB.next(@NotNull MemorySegment value) XrEyeGazesFB.time(long value) XrEyeGazesFB.Ptr.toArray()XrEyeGazesFB.type(int value) Methods in club.doki7.openxr.datatype that return types with arguments of type XrEyeGazesFBMethods in club.doki7.openxr.datatype with parameters of type XrEyeGazesFBModifier and TypeMethodDescriptionstatic XrEyeGazesFBXrEyeGazesFB.clone(Arena arena, XrEyeGazesFB src) voidXrEyeGazesFB.Ptr.write(long index, @NotNull XrEyeGazesFB value) Method parameters in club.doki7.openxr.datatype with type arguments of type XrEyeGazesFBModifier and TypeMethodDescriptionXrEyeGazesFB.Ptr.at(long index, @NotNull Consumer<@NotNull XrEyeGazesFB> consumer)