此类用于操作 Scene 视图中的编辑器工具。
| activeToolType | 当前激活的 EditorTool 的类型。 | 
| IsActiveTool | 测试 EditorTool 当前是否是激活的工具。 | 
| RestorePreviousPersistentTool | 将上次使用的全局 EditorTool 设置为激活的工具。 | 
| RestorePreviousTool | 将上次使用的 EditorTool 设置为激活的工具。 | 
| SetActiveTool | 设置激活的 EditorTool。 | 
| activeToolChanged | 添加事件处理程序,以便在激活的工具变化后获得通知。 | 
| activeToolChanging | 添加事件处理程序,以便在激活的工具将变化时获得通知。 |