<!--
{
  "documentType" : "article",
  "framework" : "USD",
  "identifier" : "/documentation/USD/exclusive",
  "metadataVersion" : "0.1.0",
  "role" : "article",
  "title" : "exclusive"
}
-->

# exclusive

A Boolean value that determines if a behavior executes exclusively.

## Discussion

The default value is `false`, which indicates that other behaviors’ actions run concurrently with the behavior. If the value is `true`, other exclusive behaviors stop performing actions when the runtime actives a trigger in the behavior.

### Declaration

```other
uniform bool exclusive = false
```

---

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)