Tool Attribute
The Tool attribute is used to define a tool, providing its name and description.
using Indie.Attributes;[Tool("MyMethod", "Description of the function.")]
public void MyMethod()
{
// Method implementation
}Last updated
The Tool attribute is used to define a tool, providing its name and description.
using Indie.Attributes;[Tool("MyMethod", "Description of the function.")]
public void MyMethod()
{
// Method implementation
}Last updated