Uses of Record Class
club.doki7.openxr.datatype.XrPassthroughKeyboardHandsIntensityFB
Packages that use XrPassthroughKeyboardHandsIntensityFB
-
Uses of XrPassthroughKeyboardHandsIntensityFB in club.doki7.openxr.command
Methods in club.doki7.openxr.command with parameters of type XrPassthroughKeyboardHandsIntensityFBModifier and TypeMethodDescriptionint
XR.passthroughLayerSetKeyboardHandsIntensityFB
(XrPassthroughLayerFB layer, XrPassthroughKeyboardHandsIntensityFB intensity) -
Uses of XrPassthroughKeyboardHandsIntensityFB in club.doki7.openxr.datatype
Classes in club.doki7.openxr.datatype that implement interfaces with type arguments of type XrPassthroughKeyboardHandsIntensityFBModifier and TypeClassDescriptionstatic final record
Represents a pointer to / an array ofXrPassthroughKeyboardHandsIntensityFB
structure(s) in native memory.Methods in club.doki7.openxr.datatype that return XrPassthroughKeyboardHandsIntensityFBModifier and TypeMethodDescriptionXrPassthroughKeyboardHandsIntensityFB.Ptr.at
(long index) Returns (a pointer to) the structure at the given index.XrPassthroughKeyboardHandsIntensityFB.clone
(Arena arena, XrPassthroughKeyboardHandsIntensityFB src) XrPassthroughKeyboardHandsIntensityFB.leftHandIntensity
(float value) XrPassthroughKeyboardHandsIntensityFB.next
(@NotNull MemorySegment value) XrPassthroughKeyboardHandsIntensityFB.rightHandIntensity
(float value) XrPassthroughKeyboardHandsIntensityFB.Ptr.toArray()
XrPassthroughKeyboardHandsIntensityFB.type
(int value) Methods in club.doki7.openxr.datatype that return types with arguments of type XrPassthroughKeyboardHandsIntensityFBMethods in club.doki7.openxr.datatype with parameters of type XrPassthroughKeyboardHandsIntensityFBModifier and TypeMethodDescriptionXrPassthroughKeyboardHandsIntensityFB.clone
(Arena arena, XrPassthroughKeyboardHandsIntensityFB src) void
XrPassthroughKeyboardHandsIntensityFB.Ptr.write
(long index, @NotNull XrPassthroughKeyboardHandsIntensityFB value) Method parameters in club.doki7.openxr.datatype with type arguments of type XrPassthroughKeyboardHandsIntensityFBModifier and TypeMethodDescriptionXrPassthroughKeyboardHandsIntensityFB.Ptr.at
(long index, @NotNull Consumer<@NotNull XrPassthroughKeyboardHandsIntensityFB> consumer)