Interface IToolSettings
Namespace: Glitch9.AIDevKit
Assembly: Glitch9.AIDevKit.dll
Syntax
public interface IToolSettings
Properties
| Edit this page View SourceType
Declaration
ToolType Type { get; }
Property Value
| Type | Description |
|---|---|
| ToolType |
Methods
| Edit this page View SourceGetTools(Model)
Declaration
IEnumerable<Tool> GetTools(Model model)
Parameters
| Type | Name | Description |
|---|---|---|
| Model | model |
Returns
| Type | Description |
|---|---|
| IEnumerable<Tool> |