Uses of Record Class
club.doki7.openxr.datatype.XrBoundSourcesForActionEnumerateInfo
Packages that use XrBoundSourcesForActionEnumerateInfo
-
Uses of XrBoundSourcesForActionEnumerateInfo in club.doki7.openxr.command
Methods in club.doki7.openxr.command with parameters of type XrBoundSourcesForActionEnumerateInfoModifier and TypeMethodDescriptionint
XR.enumerateBoundSourcesForAction
(XrSession session, XrBoundSourcesForActionEnumerateInfo enumerateInfo, int sourceCapacityInput, IntPtr sourceCountOutput, @Nullable LongPtr sources) int
XRStatic.enumerateBoundSourcesForAction
(XrSession session, XrBoundSourcesForActionEnumerateInfo enumerateInfo, int sourceCapacityInput, IntPtr sourceCountOutput, @Nullable LongPtr sources) -
Uses of XrBoundSourcesForActionEnumerateInfo in club.doki7.openxr.datatype
Classes in club.doki7.openxr.datatype that implement interfaces with type arguments of type XrBoundSourcesForActionEnumerateInfoModifier and TypeClassDescriptionstatic final record
Represents a pointer to / an array ofXrBoundSourcesForActionEnumerateInfo
structure(s) in native memory.Methods in club.doki7.openxr.datatype that return XrBoundSourcesForActionEnumerateInfoModifier and TypeMethodDescription@NotNull XrBoundSourcesForActionEnumerateInfo
XrBoundSourcesForActionEnumerateInfo.Ptr.at
(long index) Returns (a pointer to) the structure at the given index.XrBoundSourcesForActionEnumerateInfo.clone
(Arena arena, XrBoundSourcesForActionEnumerateInfo src) XrBoundSourcesForActionEnumerateInfo.next
(@NotNull MemorySegment value) XrBoundSourcesForActionEnumerateInfo.Ptr.toArray()
XrBoundSourcesForActionEnumerateInfo.type
(int value) Methods in club.doki7.openxr.datatype that return types with arguments of type XrBoundSourcesForActionEnumerateInfoModifier and TypeMethodDescription@NotNull Iterator
<XrBoundSourcesForActionEnumerateInfo> XrBoundSourcesForActionEnumerateInfo.Ptr.iterator()
Methods in club.doki7.openxr.datatype with parameters of type XrBoundSourcesForActionEnumerateInfoModifier and TypeMethodDescriptionXrBoundSourcesForActionEnumerateInfo.clone
(Arena arena, XrBoundSourcesForActionEnumerateInfo src) void
XrBoundSourcesForActionEnumerateInfo.Ptr.write
(long index, @NotNull XrBoundSourcesForActionEnumerateInfo value) Method parameters in club.doki7.openxr.datatype with type arguments of type XrBoundSourcesForActionEnumerateInfoModifier and TypeMethodDescriptionXrBoundSourcesForActionEnumerateInfo.Ptr.at
(long index, @NotNull Consumer<@NotNull XrBoundSourcesForActionEnumerateInfo> consumer)