copy
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
Return
new hand controller haptic configuration
Parameters
hover
hover haptic type, Detail in HandControllerHapticType
press
press haptic type, Detail in HandControllerHapticType
step
step haptic type, Detail in HandControllerHapticType
none
none haptic type, Detail in HandControllerHapticType