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 recordRepresents a pointer to / an array ofXrActiveActionSetstructure(s) in native memory.Methods in club.doki7.openxr.datatype that return XrActiveActionSetModifier and TypeMethodDescriptionXrActiveActionSet.actionSet(@Nullable XrActionSet value) @Nullable XrActiveActionSetXrActionsSyncInfo.activeActionSets()static XrActiveActionSet@NotNull XrActiveActionSetXrActiveActionSet.Ptr.at(long index) Returns (a pointer to) the structure at the given index.static XrActiveActionSetXrActiveActionSet.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 XrActiveActionSetXrActiveActionSet.clone(Arena arena, XrActiveActionSet src) voidXrActiveActionSet.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)