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 TypeMethodDescriptionintXR.createAction(XrActionSet actionSet, XrActionCreateInfo createInfo, XrAction.Ptr action) intXRStatic.createAction(XrActionSet actionSet, XrActionCreateInfo createInfo, XrAction.Ptr action) intXR.destroyActionSet(XrActionSet actionSet) intXRStatic.destroyActionSet(XrActionSet actionSet) -
Uses of XrActionSet in club.doki7.openxr.datatype
Methods in club.doki7.openxr.datatype that return XrActionSetModifier and TypeMethodDescription@Nullable XrActionSetXrActiveActionSet.actionSet()@Nullable XrActionSetXrActiveActionSetPriorityEXT.actionSet()@Nullable XrActionSetXrInteractionProfileDpadBindingEXT.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 recordRepresents a pointer toXrActionSethandle(s) in native memory.Methods in club.doki7.openxr.handle that return XrActionSetModifier and TypeMethodDescription@Nullable XrActionSetXrActionSet.Ptr.read()@Nullable XrActionSetXrActionSet.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.PtrXrActionSet.Ptr.allocate(Arena arena, @Nullable XrActionSet @NotNull [] values) static XrActionSet.PtrXrActionSet.Ptr.allocateV(Arena arena, @Nullable XrActionSet value0, @Nullable XrActionSet... values) voidXrActionSet.Ptr.write(long index, @Nullable XrActionSet value) voidXrActionSet.Ptr.write(@Nullable XrActionSet value) voidXrActionSet.Ptr.write(@Nullable XrActionSet[] values) voidXrActionSet.Ptr.writeV(@Nullable XrActionSet value0, @Nullable XrActionSet... values) Method parameters in club.doki7.openxr.handle with type arguments of type XrActionSetModifier and TypeMethodDescriptionstatic XrActionSet.PtrXrActionSet.Ptr.allocate(Arena arena, @NotNull Collection<@Nullable XrActionSet> values)