Function
Void Playbacks.Editor.EnsurePlaybackCueSelected()
| API | ./. |
|---|---|
| description | This undocumented function is required when selecting single-cue playbacks to make sure the cue is in the editor. |
| namespace | Playbacks.Editor |
| parameter | none |
| return value | Void |
<step>Handles.SetSourceHandle("PlaybackWindow", 1)</step> <step condition="Playbacks.IsCueHandle(Handles.SourceHandle)"> ActionScript.SetProperty("Playbacks.Editor.SelectedPlayback", Handles.SourceHandle)</step> <step>Playbacks.Editor.EnsurePlaybackCueSelected()</step> <step>ActionScript.SetProperty("Playbacks.Editor.Times.CueFadeInTime", time:3)</step>