<!--
{
  "availability" : [
    "iOS: 18.0.0 -",
    "iPadOS: 18.0.0 -",
    "macCatalyst: 18.0.0 -",
    "macOS: 15.0.0 -",
    "tvOS: 26.0.0 -",
    "visionOS: 2.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "RealityKit",
  "identifier" : "/documentation/RealityKit/EmphasizeAction/init(motionType:style:isAdditive:)",
  "metadataVersion" : "0.1.0",
  "role" : "Initializer",
  "symbol" : {
    "kind" : "Initializer",
    "modules" : [
      "RealityKit"
    ],
    "preciseIdentifier" : "s:17RealityFoundation15EmphasizeActionV10motionType5style10isAdditiveA2C014EmphasisMotionF0O_AC0J14AnimationStyleOSbtcfc"
  },
  "title" : "init(motionType:style:isAdditive:)"
}
-->

# init(motionType:style:isAdditive:)

Creates a new emphasize action.

```
init(motionType: EmphasizeAction.EmphasisMotionType, style: EmphasizeAction.EmphasisAnimationStyle = .basic, isAdditive: Bool = false)
```

## Parameters

`motionType`

An option that implements animation effects.

`style`

An option that implements different kinds of animation timing.

`isAdditive`

A Boolean value that indicates whether the animation system additively blends
the action’s output with the base value.

---

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)