ParseTreeToolsΒΆ
-
class
ParseTreeTools: System.Object -
public float
ParseFloat(string value) Parameters: - value (string) –
-
public int
ParseInt(string value) Parameters: - value (string) –
-
public bool
ParseBool(string value) Parameters: - value (string) –
-
public Color
ParseColor(string value) Parameters: - value (string) –
-
public void
WhitespaceNodes(TokenType type, System.Collections.Generic.List<ParseNode> nodes, ref string sourceFile) Parameters: - type (TwoMGFX.TokenType) –
- nodes (System.Collections.Generic.List<ParseNode>) –
- (ref) sourceFile (string) –
-
public float