fmod_MarkerTrack_addTransitionMarker
Adds a transition marker to a marker track at a specified position, linking to a destination marker or loop region.
Instructions
Adds a transition marker to the track at the given position. Returns the newly created TransitionMarker ManagedObject . [method · MarkerTrack.addTransitionMarker]
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| 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 marker at. | |
| destination | Yes | A ManagedObject of type NamedMarker or LoopRegion . |