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