Table of Contents

Class ComputerUseParameters

Namespace
Glitch9.AIDevKit
[Serializable]
public class ComputerUseParameters : IToolParameters
Inheritance
object
ComputerUseParameters
Implements

Fields

AutoDetect

public bool AutoDetect

Field Value

bool

DisplayHeight

public int DisplayHeight

Field Value

int

DisplayNumber

public int DisplayNumber

Field Value

int

DisplayWidth

public int DisplayWidth

Field Value

int

Environment

public string Environment

Field Value

string

Properties

Type

public ToolType Type { get; }

Property Value

ToolType

Methods

AddTools(Model, ICollection<Tool>)

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

Parameters

model Model
tools ICollection<Tool>

Returns

Log