Uses of Record Class
club.doki7.openxr.datatype.XrActionStatePose
Packages that use XrActionStatePose
-
Uses of XrActionStatePose in club.doki7.openxr.command
Methods in club.doki7.openxr.command with parameters of type XrActionStatePoseModifier and TypeMethodDescriptionint
XR.getActionStatePose
(XrSession session, XrActionStateGetInfo getInfo, XrActionStatePose state) int
XRStatic.getActionStatePose
(XrSession session, XrActionStateGetInfo getInfo, XrActionStatePose state) -
Uses of XrActionStatePose in club.doki7.openxr.datatype
Classes in club.doki7.openxr.datatype that implement interfaces with type arguments of type XrActionStatePoseModifier and TypeClassDescriptionstatic final record
Represents a pointer to / an array ofXrActionStatePose
structure(s) in native memory.Methods in club.doki7.openxr.datatype that return XrActionStatePoseModifier and TypeMethodDescriptionstatic XrActionStatePose
@NotNull XrActionStatePose
XrActionStatePose.Ptr.at
(long index) Returns (a pointer to) the structure at the given index.static XrActionStatePose
XrActionStatePose.clone
(Arena arena, XrActionStatePose src) XrActionStatePose.isActive
(int value) XrActionStatePose.next
(@NotNull MemorySegment value) XrActionStatePose.Ptr.toArray()
XrActionStatePose.type
(int value) Methods in club.doki7.openxr.datatype that return types with arguments of type XrActionStatePoseModifier and TypeMethodDescription@NotNull Iterator
<XrActionStatePose> XrActionStatePose.Ptr.iterator()
Methods in club.doki7.openxr.datatype with parameters of type XrActionStatePoseModifier and TypeMethodDescriptionstatic XrActionStatePose
XrActionStatePose.clone
(Arena arena, XrActionStatePose src) void
XrActionStatePose.Ptr.write
(long index, @NotNull XrActionStatePose value) Method parameters in club.doki7.openxr.datatype with type arguments of type XrActionStatePoseModifier and TypeMethodDescriptionXrActionStatePose.Ptr.at
(long index, @NotNull Consumer<@NotNull XrActionStatePose> consumer)