Class AvailableToolsFactory
Inherited Members
Namespace: Unity.Muse.Common
Syntax
public static class AvailableToolsFactory
Methods
GetAvailableTools(Model)
Declaration
public static IEnumerable<ICanvasTool> GetAvailableTools(Model model)
Parameters
Type | Name | Description |
---|---|---|
Model | model |
Returns
Type | Description |
---|---|
IEnumerable<ICanvasTool> |
RegisterTool<T>(String)
Declaration
public static void RegisterTool<T>(string mode)
where T : ICanvasTool, new()
Parameters
Type | Name | Description |
---|---|---|
String | mode |
Type Parameters
Name | Description |
---|---|
T |