Uses of Record Class
club.doki7.openxr.handle.XrAction
Packages that use XrAction
-
Uses of XrAction in club.doki7.openxr.command
Methods in club.doki7.openxr.command with parameters of type XrActionModifier and TypeMethodDescriptionint
XR.destroyAction
(XrAction action) int
XRStatic.destroyAction
(XrAction action) -
Uses of XrAction in club.doki7.openxr.datatype
Methods in club.doki7.openxr.datatype that return XrActionModifier and TypeMethodDescription@Nullable XrAction
XrActionSpaceCreateInfo.action()
@Nullable XrAction
XrActionStateGetInfo.action()
@Nullable XrAction
XrActionSuggestedBinding.action()
@Nullable XrAction
XrBoundSourcesForActionEnumerateInfo.action()
@Nullable XrAction
XrHapticActionInfo.action()
@Nullable XrAction
XrInteractionProfileAnalogThresholdVALVE.action()
Methods in club.doki7.openxr.datatype with parameters of type XrActionModifier and TypeMethodDescription -
Uses of XrAction in club.doki7.openxr.handle
Classes in club.doki7.openxr.handle that implement interfaces with type arguments of type XrActionModifier and TypeClassDescriptionstatic final record
Represents a pointer toXrAction
handle(s) in native memory.Methods in club.doki7.openxr.handle that return XrActionModifier and TypeMethodDescription@Nullable XrAction
XrAction.Ptr.read()
@Nullable XrAction
XrAction.Ptr.read
(long index) Methods in club.doki7.openxr.handle that return types with arguments of type XrActionMethods in club.doki7.openxr.handle with parameters of type XrActionMethod parameters in club.doki7.openxr.handle with type arguments of type XrActionModifier and TypeMethodDescriptionstatic XrAction.Ptr
XrAction.Ptr.allocate
(Arena arena, @NotNull Collection<@Nullable XrAction> values)