ControllerHapticConfiguration
@Stable
hand controller haptic configuration, provide
Hover
Press
Step
None
Constructors
Link copied to clipboard
constructor(hover: HandControllerHapticType = HandControllerHapticType.Hover, press: HandControllerHapticType = HandControllerHapticType.Press, step: HandControllerHapticType = HandControllerHapticType.Step, none: HandControllerHapticType = HandControllerHapticType.None)
Types
Properties
Functions
Link copied to clipboard
fun copy(hover: HandControllerHapticType = this.hover, press: HandControllerHapticType = this.press, step: HandControllerHapticType = this.step, none: HandControllerHapticType = this.none): ControllerHapticConfiguration
copy hand controller haptic configuration with new values