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