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