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