Uses of Record Class
club.doki7.openxr.handle.XrActionSet
Packages that use XrActionSet
-
Uses of XrActionSet in club.doki7.openxr.command
Methods in club.doki7.openxr.command with parameters of type XrActionSetModifier and TypeMethodDescriptionint
XR.createAction
(XrActionSet actionSet, XrActionCreateInfo createInfo, XrAction.Ptr action) int
XRStatic.createAction
(XrActionSet actionSet, XrActionCreateInfo createInfo, XrAction.Ptr action) int
XR.destroyActionSet
(XrActionSet actionSet) int
XRStatic.destroyActionSet
(XrActionSet actionSet) -
Uses of XrActionSet in club.doki7.openxr.datatype
Methods in club.doki7.openxr.datatype that return XrActionSetModifier and TypeMethodDescription@Nullable XrActionSet
XrActiveActionSet.actionSet()
@Nullable XrActionSet
XrActiveActionSetPriorityEXT.actionSet()
@Nullable XrActionSet
XrInteractionProfileDpadBindingEXT.actionSet()
Methods in club.doki7.openxr.datatype with parameters of type XrActionSetModifier and TypeMethodDescriptionXrActiveActionSet.actionSet
(@Nullable XrActionSet value) XrActiveActionSetPriorityEXT.actionSet
(@Nullable XrActionSet value) XrInteractionProfileDpadBindingEXT.actionSet
(@Nullable XrActionSet value) -
Uses of XrActionSet in club.doki7.openxr.handle
Classes in club.doki7.openxr.handle that implement interfaces with type arguments of type XrActionSetModifier and TypeClassDescriptionstatic final record
Represents a pointer toXrActionSet
handle(s) in native memory.Methods in club.doki7.openxr.handle that return XrActionSetModifier and TypeMethodDescription@Nullable XrActionSet
XrActionSet.Ptr.read()
@Nullable XrActionSet
XrActionSet.Ptr.read
(long index) Methods in club.doki7.openxr.handle that return types with arguments of type XrActionSetMethods in club.doki7.openxr.handle with parameters of type XrActionSetModifier and TypeMethodDescriptionstatic XrActionSet.Ptr
XrActionSet.Ptr.allocate
(Arena arena, @Nullable XrActionSet @NotNull [] values) static XrActionSet.Ptr
XrActionSet.Ptr.allocateV
(Arena arena, @Nullable XrActionSet value0, @Nullable XrActionSet... values) void
XrActionSet.Ptr.write
(long index, @Nullable XrActionSet value) void
XrActionSet.Ptr.write
(@Nullable XrActionSet value) void
XrActionSet.Ptr.write
(@Nullable XrActionSet[] values) void
XrActionSet.Ptr.writeV
(@Nullable XrActionSet value0, @Nullable XrActionSet... values) Method parameters in club.doki7.openxr.handle with type arguments of type XrActionSetModifier and TypeMethodDescriptionstatic XrActionSet.Ptr
XrActionSet.Ptr.allocate
(Arena arena, @NotNull Collection<@Nullable XrActionSet> values)