Uses of Record Class
club.doki7.openxr.datatype.XrActionCreateInfo
Packages that use XrActionCreateInfo
-
Uses of XrActionCreateInfo in club.doki7.openxr.command
Methods in club.doki7.openxr.command with parameters of type XrActionCreateInfoModifier and TypeMethodDescriptionint
XR.createAction
(XrActionSet actionSet, XrActionCreateInfo createInfo, XrAction.Ptr action) int
XRStatic.createAction
(XrActionSet actionSet, XrActionCreateInfo createInfo, XrAction.Ptr action) -
Uses of XrActionCreateInfo in club.doki7.openxr.datatype
Classes in club.doki7.openxr.datatype that implement interfaces with type arguments of type XrActionCreateInfoModifier and TypeClassDescriptionstatic final record
Represents a pointer to / an array ofXrActionCreateInfo
structure(s) in native memory.Methods in club.doki7.openxr.datatype that return XrActionCreateInfoModifier and TypeMethodDescriptionXrActionCreateInfo.actionName
(BytePtr value) XrActionCreateInfo.actionName
(@NotNull Consumer<BytePtr> consumer) XrActionCreateInfo.actionType
(int value) static XrActionCreateInfo
@NotNull XrActionCreateInfo
XrActionCreateInfo.Ptr.at
(long index) Returns (a pointer to) the structure at the given index.static XrActionCreateInfo
XrActionCreateInfo.clone
(Arena arena, XrActionCreateInfo src) XrActionCreateInfo.countSubactionPaths
(int value) XrActionCreateInfo.localizedActionName
(BytePtr value) XrActionCreateInfo.localizedActionName
(@NotNull Consumer<BytePtr> consumer) XrActionCreateInfo.next
(@NotNull MemorySegment value) XrActionCreateInfo.subactionPaths
(@Nullable LongPtr value) XrActionCreateInfo.Ptr.toArray()
XrActionCreateInfo.type
(int value) Methods in club.doki7.openxr.datatype that return types with arguments of type XrActionCreateInfoModifier and TypeMethodDescription@NotNull Iterator
<XrActionCreateInfo> XrActionCreateInfo.Ptr.iterator()
Methods in club.doki7.openxr.datatype with parameters of type XrActionCreateInfoModifier and TypeMethodDescriptionstatic XrActionCreateInfo
XrActionCreateInfo.clone
(Arena arena, XrActionCreateInfo src) void
XrActionCreateInfo.Ptr.write
(long index, @NotNull XrActionCreateInfo value) Method parameters in club.doki7.openxr.datatype with type arguments of type XrActionCreateInfoModifier and TypeMethodDescriptionXrActionCreateInfo.Ptr.at
(long index, @NotNull Consumer<@NotNull XrActionCreateInfo> consumer)