C# Class TeaseAI_CE.Scripting.GroupInfo

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

Méthodes publiques

Свойство Type Description
Key string
Log Logger
Path string

Méthodes publiques

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

Method Details

GetBlocks() public méthode

public GetBlocks ( ) : TeaseAI_CE.Scripting.BlockBase[]
Résultat TeaseAI_CE.Scripting.BlockBase[]

GroupInfo() public méthode

public GroupInfo ( string path, string key, Logger log ) : System
path string
key string
log Logger
Résultat System

Property Details

Key public_oe property

public string Key
Résultat string

Log public_oe property

public Logger Log
Résultat Logger

Path public_oe property

public string Path
Résultat string