C# Class TeaseAI_CE.Scripting.GroupInfo

Info of all scripts contained in a group(file).
Show file 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 property

public string Key
return string

Log public property

public Logger Log
return Logger

Path public property

public string Path
return string