Uses of Record Class
club.doki7.openxr.datatype.XrActiveActionSet
Packages that use XrActiveActionSet
-
Uses of XrActiveActionSet in club.doki7.openxr.datatype
Classes in club.doki7.openxr.datatype that implement interfaces with type arguments of type XrActiveActionSetModifier and TypeClassDescriptionstatic final record
Represents a pointer to / an array ofXrActiveActionSet
structure(s) in native memory.Methods in club.doki7.openxr.datatype that return XrActiveActionSetModifier and TypeMethodDescriptionXrActiveActionSet.actionSet
(@Nullable XrActionSet value) @Nullable XrActiveActionSet
XrActionsSyncInfo.activeActionSets()
static XrActiveActionSet
@NotNull XrActiveActionSet
XrActiveActionSet.Ptr.at
(long index) Returns (a pointer to) the structure at the given index.static XrActiveActionSet
XrActiveActionSet.clone
(Arena arena, XrActiveActionSet src) XrActiveActionSet.subactionPath
(long value) XrActiveActionSet.Ptr.toArray()
Methods in club.doki7.openxr.datatype that return types with arguments of type XrActiveActionSetModifier and TypeMethodDescription@NotNull Iterator
<XrActiveActionSet> XrActiveActionSet.Ptr.iterator()
Methods in club.doki7.openxr.datatype with parameters of type XrActiveActionSetModifier and TypeMethodDescriptionstatic XrActiveActionSet
XrActiveActionSet.clone
(Arena arena, XrActiveActionSet src) void
XrActiveActionSet.Ptr.write
(long index, @NotNull XrActiveActionSet value) Method parameters in club.doki7.openxr.datatype with type arguments of type XrActiveActionSetModifier and TypeMethodDescriptionXrActiveActionSet.Ptr.at
(long index, @NotNull Consumer<@NotNull XrActiveActionSet> consumer)