marker_add_transition_region
Add a transition region to a marker track so playback within that time range jumps to a specified destination, enabling timeline navigation and looping in FMOD Studio.
Instructions
Add a transition region — while playback is inside this range, the timeline jumps to the given destination.
Args: track_target: Marker track {guid} from event_add_marker_track. position: Start position in seconds (>= 0). length: Region length in seconds (> 0). destination_target: {guid} of a NamedMarker or LoopRegion.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| length | Yes | ||
| position | Yes | ||
| track_target | Yes | ||
| destination_target | Yes |