---
title: "sendParameters(_:atTime:)"
framework: corehaptics
role: symbol
role_heading: Instance Method
path: "corehaptics/chhapticpatternplayer/sendparameters(_:attime:)"
---

# sendParameters(_:atTime:)

Sends an array of haptic parameters, starting at the specified time.

## Declaration

```swift
func sendParameters(_ parameters: [CHHapticDynamicParameter], atTime time: TimeInterval) throws
```

## Parameters

- `parameters`: An array of dynamic parameters to send together.
- `time`: The time at which to send the dynamic parameters.

## Discussion

Discussion If time is 0 or any value less than the haptic engine’s currentTime, this method sends parameters immediately.

## See Also

### Sending Parameters to a Haptic

- [scheduleParameterCurve(_:atTime:)](corehaptics/chhapticpatternplayer/scheduleparametercurve(_:attime:).md)
