Uses of Record Class
club.doki7.openxr.datatype.XrForceFeedbackCurlApplyLocationMNDX
Packages that use XrForceFeedbackCurlApplyLocationMNDX
-
Uses of XrForceFeedbackCurlApplyLocationMNDX in club.doki7.openxr.datatype
Classes in club.doki7.openxr.datatype that implement interfaces with type arguments of type XrForceFeedbackCurlApplyLocationMNDXModifier and TypeClassDescriptionstatic final record
Represents a pointer to / an array ofXrForceFeedbackCurlApplyLocationMNDX
structure(s) in native memory.Methods in club.doki7.openxr.datatype that return XrForceFeedbackCurlApplyLocationMNDXModifier and TypeMethodDescription@NotNull XrForceFeedbackCurlApplyLocationMNDX
XrForceFeedbackCurlApplyLocationMNDX.Ptr.at
(long index) Returns (a pointer to) the structure at the given index.XrForceFeedbackCurlApplyLocationMNDX.clone
(Arena arena, XrForceFeedbackCurlApplyLocationMNDX src) XrForceFeedbackCurlApplyLocationMNDX.location
(int value) @Nullable XrForceFeedbackCurlApplyLocationMNDX
XrForceFeedbackCurlApplyLocationsMNDX.locations()
XrForceFeedbackCurlApplyLocationMNDX.Ptr.toArray()
XrForceFeedbackCurlApplyLocationMNDX.value
(float value) Methods in club.doki7.openxr.datatype that return types with arguments of type XrForceFeedbackCurlApplyLocationMNDXModifier and TypeMethodDescription@NotNull Iterator
<XrForceFeedbackCurlApplyLocationMNDX> XrForceFeedbackCurlApplyLocationMNDX.Ptr.iterator()
Methods in club.doki7.openxr.datatype with parameters of type XrForceFeedbackCurlApplyLocationMNDXModifier and TypeMethodDescriptionXrForceFeedbackCurlApplyLocationMNDX.clone
(Arena arena, XrForceFeedbackCurlApplyLocationMNDX src) void
XrForceFeedbackCurlApplyLocationMNDX.Ptr.write
(long index, @NotNull XrForceFeedbackCurlApplyLocationMNDX value) Method parameters in club.doki7.openxr.datatype with type arguments of type XrForceFeedbackCurlApplyLocationMNDXModifier and TypeMethodDescriptionXrForceFeedbackCurlApplyLocationMNDX.Ptr.at
(long index, @NotNull Consumer<@NotNull XrForceFeedbackCurlApplyLocationMNDX> consumer)