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 TypeMethodDescriptionintXR.enumerateBoundSourcesForAction(XrSession session, XrBoundSourcesForActionEnumerateInfo enumerateInfo, int sourceCapacityInput, IntPtr sourceCountOutput, @Nullable LongPtr sources) intXRStatic.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 recordRepresents a pointer to / an array ofXrBoundSourcesForActionEnumerateInfostructure(s) in native memory.Methods in club.doki7.openxr.datatype that return XrBoundSourcesForActionEnumerateInfoModifier and TypeMethodDescription@NotNull XrBoundSourcesForActionEnumerateInfoXrBoundSourcesForActionEnumerateInfo.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) voidXrBoundSourcesForActionEnumerateInfo.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)