Uses of Record Class
club.doki7.openxr.datatype.XrSessionActionSetsAttachInfo
Packages that use XrSessionActionSetsAttachInfo
-
Uses of XrSessionActionSetsAttachInfo in club.doki7.openxr.command
Methods in club.doki7.openxr.command with parameters of type XrSessionActionSetsAttachInfoModifier and TypeMethodDescriptionint
XR.attachSessionActionSets
(XrSession session, XrSessionActionSetsAttachInfo attachInfo) int
XRStatic.attachSessionActionSets
(XrSession session, XrSessionActionSetsAttachInfo attachInfo) -
Uses of XrSessionActionSetsAttachInfo in club.doki7.openxr.datatype
Classes in club.doki7.openxr.datatype that implement interfaces with type arguments of type XrSessionActionSetsAttachInfoModifier and TypeClassDescriptionstatic final record
Represents a pointer to / an array ofXrSessionActionSetsAttachInfo
structure(s) in native memory.Methods in club.doki7.openxr.datatype that return XrSessionActionSetsAttachInfoModifier and TypeMethodDescriptionXrSessionActionSetsAttachInfo.actionSets
(XrActionSet.Ptr value) @NotNull XrSessionActionSetsAttachInfo
XrSessionActionSetsAttachInfo.Ptr.at
(long index) Returns (a pointer to) the structure at the given index.XrSessionActionSetsAttachInfo.clone
(Arena arena, XrSessionActionSetsAttachInfo src) XrSessionActionSetsAttachInfo.countActionSets
(int value) XrSessionActionSetsAttachInfo.next
(@NotNull MemorySegment value) XrSessionActionSetsAttachInfo.Ptr.toArray()
XrSessionActionSetsAttachInfo.type
(int value) Methods in club.doki7.openxr.datatype that return types with arguments of type XrSessionActionSetsAttachInfoModifier and TypeMethodDescription@NotNull Iterator
<XrSessionActionSetsAttachInfo> XrSessionActionSetsAttachInfo.Ptr.iterator()
Methods in club.doki7.openxr.datatype with parameters of type XrSessionActionSetsAttachInfoModifier and TypeMethodDescriptionXrSessionActionSetsAttachInfo.clone
(Arena arena, XrSessionActionSetsAttachInfo src) void
XrSessionActionSetsAttachInfo.Ptr.write
(long index, @NotNull XrSessionActionSetsAttachInfo value) Method parameters in club.doki7.openxr.datatype with type arguments of type XrSessionActionSetsAttachInfoModifier and TypeMethodDescriptionXrSessionActionSetsAttachInfo.Ptr.at
(long index, @NotNull Consumer<@NotNull XrSessionActionSetsAttachInfo> consumer)