Uses of Record Class
club.doki7.openxr.datatype.XrActionSpaceCreateInfo
Packages that use XrActionSpaceCreateInfo
-
Uses of XrActionSpaceCreateInfo in club.doki7.openxr.command
Methods in club.doki7.openxr.command with parameters of type XrActionSpaceCreateInfoModifier and TypeMethodDescriptionint
XR.createActionSpace
(XrSession session, XrActionSpaceCreateInfo createInfo, XrSpace.Ptr space) int
XRStatic.createActionSpace
(XrSession session, XrActionSpaceCreateInfo createInfo, XrSpace.Ptr space) -
Uses of XrActionSpaceCreateInfo in club.doki7.openxr.datatype
Classes in club.doki7.openxr.datatype that implement interfaces with type arguments of type XrActionSpaceCreateInfoModifier and TypeClassDescriptionstatic final record
Represents a pointer to / an array ofXrActionSpaceCreateInfo
structure(s) in native memory.Methods in club.doki7.openxr.datatype that return XrActionSpaceCreateInfoModifier and TypeMethodDescriptionstatic XrActionSpaceCreateInfo
@NotNull XrActionSpaceCreateInfo
XrActionSpaceCreateInfo.Ptr.at
(long index) Returns (a pointer to) the structure at the given index.static XrActionSpaceCreateInfo
XrActionSpaceCreateInfo.clone
(Arena arena, XrActionSpaceCreateInfo src) XrActionSpaceCreateInfo.next
(@NotNull MemorySegment value) XrActionSpaceCreateInfo.poseInActionSpace
(@NotNull XrPosef value) XrActionSpaceCreateInfo.poseInActionSpace
(Consumer<@NotNull XrPosef> consumer) XrActionSpaceCreateInfo.subactionPath
(long value) XrActionSpaceCreateInfo.Ptr.toArray()
XrActionSpaceCreateInfo.type
(int value) Methods in club.doki7.openxr.datatype that return types with arguments of type XrActionSpaceCreateInfoModifier and TypeMethodDescription@NotNull Iterator
<XrActionSpaceCreateInfo> XrActionSpaceCreateInfo.Ptr.iterator()
Methods in club.doki7.openxr.datatype with parameters of type XrActionSpaceCreateInfoModifier and TypeMethodDescriptionstatic XrActionSpaceCreateInfo
XrActionSpaceCreateInfo.clone
(Arena arena, XrActionSpaceCreateInfo src) void
XrActionSpaceCreateInfo.Ptr.write
(long index, @NotNull XrActionSpaceCreateInfo value) Method parameters in club.doki7.openxr.datatype with type arguments of type XrActionSpaceCreateInfoModifier and TypeMethodDescriptionXrActionSpaceCreateInfo.Ptr.at
(long index, @NotNull Consumer<@NotNull XrActionSpaceCreateInfo> consumer)