Class Invoker
Class containing methods to invoke actions.
상속된 멤버
네임스페이스: UnityEditor.Timeline.Actions
어셈블리: solution.dll
구문
public static class Invoker
메서드
이름 | 설명 |
---|---|
InvokeWithSelectedClips<T>() | Execute a given clip action with the selected clips. |
InvokeWithSelectedMarkers<T>() | Execute a given marker action with the selected markers. |
InvokeWithSelectedTracks<T>() | Execute a given track action with the selected tracks. |
InvokeWithSelected<T>() | Execute a given timeline action with the selected clips, tracks and markers. |
Invoke<T>(IEnumerable<IMarker>) | Execute a given action with markers |
Invoke<T>(IEnumerable<TimelineClip>) | Execute a given action with clips |
Invoke<T>(IEnumerable<TrackAsset>) | Execute a given action with tracks |
Invoke<T>(ActionContext) | Execute a given action with a context parameter. |