copy

fun copy(opClickEffect: SpatialSoundEffect = this.opClickEffect, opDragBeginEffect: SpatialSoundEffect = this.opDragBeginEffect, opDragEndEffect: SpatialSoundEffect = this.opDragEndEffect, opDragScaleEffect: SpatialSoundEffect = this.opDragScaleEffect, opCloseEffect: SpatialSoundEffect = this.opCloseEffect, opLongPressEffect: SpatialSoundEffect = this.opLongPressEffect, stateSelectEffect: SpatialSoundEffect = this.stateSelectEffect, stateUnselectEffect: SpatialSoundEffect = this.stateUnselectEffect, stateOnEffect: SpatialSoundEffect = this.stateOnEffect, stateOffEffect: SpatialSoundEffect = this.stateOffEffect, stateSuccessEffect: SpatialSoundEffect = this.stateSuccessEffect, stateFailureEffect: SpatialSoundEffect = this.stateFailureEffect): SpatialAudioEffectConfiguration

Copy this configuration with new values.

Return

New configuration with new values.