fmod_MarkerTrack_addTransitionRegion
Adds a transition region to a marker track at the specified position and length, linking to a named marker or loop region.
Instructions
Adds a transition region to the track at the given position with the given length. Returns the TransitionRegion ManagedObject . [method · MarkerTrack.addTransitionRegion]
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| length | Yes | The numerical length of the new transition region. | |
| target | Yes | Object to act on: a path (e.g. 'event:/SFX/Hit', 'bank:/Master') or a '{guid}'. | |
| position | Yes | The numerical position to place the new transition region at. | |
| destination | Yes | Either a NamedMarker or a LoopRegion . |