how to pass IEnumerable
Posted: 23 Jun 2018, 18:17
may I ask for an example of how to pass an IEnumerable of handles, e.g. in
I tried various versions, e.g.
But this doesn't work, and the logs say something of an expected Int.
Code: Select all
Handles.SetSourceHandleRangeFromHandles(IEnumerable`1 handles, Boolean retainPattern)
I tried various versions, e.g.
Code: Select all
Handles.SetSourceHandleRangeFromHandles({"playbackHandleUN=11", "playbackHandleUN=13", "playbackHandleUN=15"}, false)
But this doesn't work, and the logs say something of an expected Int.