Table of Contents

Class ToolDefinitionBase

public abstract class ToolDefinitionBase : ScriptableObject, IToolParameters
Inheritance
object
ToolDefinitionBase
Implements
Derived

Properties

Type

public abstract ToolType Type { get; }

Property Value

ToolType

Methods

AddTools(Model, ICollection<Tool>)

public abstract Log AddTools(Model model, ICollection<Tool> tools)

Parameters

model Model
tools ICollection<Tool>

Returns

Log