Property | Type | Description | |
---|---|---|---|
Controls | UIControl>.Dictionary | ||
Elements | UIElement>.Dictionary | ||
Strings | string>.Dictionary |
Method | Description | |
---|---|---|
Initialize ( string Path ) : void |
Parses a UI script and walks the generated AST.
|
|
TreeWalker ( |
Constructs a new TreeWalker instance.
|
Method | Description | |
---|---|---|
WalkTree ( UIParser State, AstNode node ) : void |
Walks a generated AST (Abstract Syntax Tree) and creates the elements of this UIScreen.
|
public Initialize ( string Path ) : void | ||
Path | string | The path to the script. |
return | void |
public TreeWalker ( |
||
Screen | A UIScreen instance. | |
return | System |