API Referenceglobal
public static abstract sealed class Editor.EditorUtility.Clipboard
Related Guides
Broader workflow and conceptual references connected to this API.
Examples
Here's how to do some common things. Each has a code you can copy to your clipboard, then Ctrl+V to paste in the ActionGraph editor.
Motion Editing
To motion edit, you select a time range of one or more tracks, then tweak the properties that those tracks represent to manipulate track data. You can also cut / copy / paste ranges of time, or save the selection as a separate .movie file.
Methods
Showing 2 methods
public static void Copy(string text)
public static string Paste()
No results match this filter.
Metadata
| Field | Value |
|---|---|
| Namespace | global |
| Type | class |
| Assembly | Sandbox.Tools |
| Doc ID | T:Editor.EditorUtility.Clipboard |