Class ToolSupport
Assembly: Glitch9.AIDevKit.dll
[Serializable]
public sealed class ToolSupport
Constructors
|
Edit this page
View Source
Declaration
public ToolSupport(ToolType toolType, string toolTypeString, bool useThisVersion = false)
Parameters
Properties
|
Edit this page
View Source
Declaration
public ToolType ToolType { get; }
Property Value
|
Edit this page
View Source
Declaration
public string ToolTypeString { get; }
Property Value
|
Edit this page
View Source
Declaration
public bool UseThisVersion { get; }
Property Value
Extension Methods