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 TypeMethodDescriptionintXR.getActionStateFloat(XrSession session, XrActionStateGetInfo getInfo, XrActionStateFloat state) intXRStatic.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 recordRepresents a pointer to / an array ofXrActionStateFloatstructure(s) in native memory.Methods in club.doki7.openxr.datatype that return XrActionStateFloatModifier and TypeMethodDescriptionstatic XrActionStateFloat@NotNull XrActionStateFloatXrActionStateFloat.Ptr.at(long index) Returns (a pointer to) the structure at the given index.XrActionStateFloat.changedSinceLastSync(int value) static XrActionStateFloatXrActionStateFloat.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 XrActionStateFloatXrActionStateFloat.clone(Arena arena, XrActionStateFloat src) voidXrActionStateFloat.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)