Table of Contents

Class ParseTreeTools

Namespace
MonoGame.Effect.TPGParser
Assembly
MonoGame.Framework.Content.Pipeline.dll
public static class ParseTreeTools
Inheritance
ParseTreeTools
Inherited Members

Methods

ParseBool(string)

public static bool ParseBool(string value)

Parameters

value string

Returns

bool

ParseColor(string)

public static Color ParseColor(string value)

Parameters

value string

Returns

Color

ParseFloat(string)

public static float ParseFloat(string value)

Parameters

value string

Returns

float

ParseInt(string)

public static int ParseInt(string value)

Parameters

value string

Returns

int