<!--
{
  "availability" : [
    "iOS: 13.0.0 -",
    "iPadOS: 13.0.0 -",
    "macCatalyst: 13.0.0 -",
    "macOS: 10.15.0 -",
    "tvOS: 14.0.0 -",
    "visionOS: 1.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "CoreHaptics",
  "identifier" : "/documentation/CoreHaptics/CHHapticPatternPlayer/sendParameters(_:atTime:)",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Method",
  "symbol" : {
    "kind" : "Instance Method",
    "modules" : [
      "Core Haptics"
    ],
    "preciseIdentifier" : "c:objc(pl)CHHapticPatternPlayer(im)sendParameters:atTime:error:"
  },
  "title" : "sendParameters(_:atTime:)"
}
-->

# sendParameters(_:atTime:)

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

```
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

If `time` is `0` or any value less than the haptic engine’s [`currentTime`](/documentation/CoreHaptics/CHHapticEngine/currentTime), this method sends parameters immediately.

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)