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