Uses of Record Class
club.doki7.openxr.datatype.XrActionSetCreateInfo
Packages that use XrActionSetCreateInfo
-
Uses of XrActionSetCreateInfo in club.doki7.openxr.command
Methods in club.doki7.openxr.command with parameters of type XrActionSetCreateInfoModifier and TypeMethodDescriptionint
XR.createActionSet
(XrInstance instance, XrActionSetCreateInfo createInfo, XrActionSet.Ptr actionSet) int
XRStatic.createActionSet
(XrInstance instance, XrActionSetCreateInfo createInfo, XrActionSet.Ptr actionSet) -
Uses of XrActionSetCreateInfo in club.doki7.openxr.datatype
Classes in club.doki7.openxr.datatype that implement interfaces with type arguments of type XrActionSetCreateInfoModifier and TypeClassDescriptionstatic final record
Represents a pointer to / an array ofXrActionSetCreateInfo
structure(s) in native memory.Methods in club.doki7.openxr.datatype that return XrActionSetCreateInfoModifier and TypeMethodDescriptionXrActionSetCreateInfo.actionSetName
(BytePtr value) XrActionSetCreateInfo.actionSetName
(@NotNull Consumer<BytePtr> consumer) static XrActionSetCreateInfo
@NotNull XrActionSetCreateInfo
XrActionSetCreateInfo.Ptr.at
(long index) Returns (a pointer to) the structure at the given index.static XrActionSetCreateInfo
XrActionSetCreateInfo.clone
(Arena arena, XrActionSetCreateInfo src) XrActionSetCreateInfo.localizedActionSetName
(BytePtr value) XrActionSetCreateInfo.localizedActionSetName
(@NotNull Consumer<BytePtr> consumer) XrActionSetCreateInfo.next
(@NotNull MemorySegment value) XrActionSetCreateInfo.priority
(int value) XrActionSetCreateInfo.Ptr.toArray()
XrActionSetCreateInfo.type
(int value) Methods in club.doki7.openxr.datatype that return types with arguments of type XrActionSetCreateInfoModifier and TypeMethodDescription@NotNull Iterator
<XrActionSetCreateInfo> XrActionSetCreateInfo.Ptr.iterator()
Methods in club.doki7.openxr.datatype with parameters of type XrActionSetCreateInfoModifier and TypeMethodDescriptionstatic XrActionSetCreateInfo
XrActionSetCreateInfo.clone
(Arena arena, XrActionSetCreateInfo src) void
XrActionSetCreateInfo.Ptr.write
(long index, @NotNull XrActionSetCreateInfo value) Method parameters in club.doki7.openxr.datatype with type arguments of type XrActionSetCreateInfoModifier and TypeMethodDescriptionXrActionSetCreateInfo.Ptr.at
(long index, @NotNull Consumer<@NotNull XrActionSetCreateInfo> consumer)