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