C# Class TeaseAI_CE.Scripting.GroupInfo

Info of all scripts contained in a group(file).
Exibir arquivo Open project: TeaseAI/TeaseAI-CE Class Usage Examples

Public Properties

Property Type Description
Key string
Log Logger
Path string

Public Methods

Method Description
GetBlocks ( ) : TeaseAI_CE.Scripting.BlockBase[]
GroupInfo ( string path, string key, Logger log ) : System

Method Details

GetBlocks() public method

public GetBlocks ( ) : TeaseAI_CE.Scripting.BlockBase[]
return TeaseAI_CE.Scripting.BlockBase[]

GroupInfo() public method

public GroupInfo ( string path, string key, Logger log ) : System
path string
key string
log Logger
return System

Property Details

Key public_oe property

public string Key
return string

Log public_oe property

public Logger Log
return Logger

Path public_oe property

public string Path
return string