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 TypeMethodDescriptionintXR.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 recordRepresents a pointer to / an array ofXrEyeGazesInfoFBstructure(s) in native memory.Methods in club.doki7.openxr.datatype that return XrEyeGazesInfoFBModifier and TypeMethodDescriptionstatic XrEyeGazesInfoFB@NotNull XrEyeGazesInfoFBXrEyeGazesInfoFB.Ptr.at(long index) Returns (a pointer to) the structure at the given index.static XrEyeGazesInfoFBXrEyeGazesInfoFB.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 XrEyeGazesInfoFBXrEyeGazesInfoFB.clone(Arena arena, XrEyeGazesInfoFB src) voidXrEyeGazesInfoFB.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)