C# Class Parsing, OZML

Afficher le fichier Open project: merveilles/OZML Class Usage Examples

Méthodes publiques

Méthode Description
ParseByte ( string literal, float &result ) : bool
ParseDecimal ( string literal, float &result ) : bool
ParseFogParameters ( string literal, FogParameters, &result ) : bool
ParseMaterials ( string literal ) : IEnumerable
ParseRgb ( string literal, Color &result ) : bool
ParseRgba ( string literal, Color &result ) : bool
ParseRgba ( string literal, int &from, Color &result ) : bool
ParseVector3 ( string literal, Vector3 &result ) : bool

Private Methods

Méthode Description
ParseByte ( string literal, int &from, float &result ) : bool
ParseDecimal ( string literal, int &from, float &result ) : bool
ParseMaterial ( string literal ) : OzmlMaterial,
ParseRgb ( string literal, int &from, Color &result ) : bool
ParseVector3 ( string literal, int &from, Vector3 &result ) : bool

Method Details

ParseByte() public static méthode

public static ParseByte ( string literal, float &result ) : bool
literal string
result float
Résultat bool

ParseDecimal() public static méthode

public static ParseDecimal ( string literal, float &result ) : bool
literal string
result float
Résultat bool

ParseFogParameters() public static méthode

public static ParseFogParameters ( string literal, FogParameters, &result ) : bool
literal string
result FogParameters,
Résultat bool

ParseMaterials() public static méthode

public static ParseMaterials ( string literal ) : IEnumerable
literal string
Résultat IEnumerable

ParseRgb() public static méthode

public static ParseRgb ( string literal, Color &result ) : bool
literal string
result Color
Résultat bool

ParseRgba() public static méthode

public static ParseRgba ( string literal, Color &result ) : bool
literal string
result Color
Résultat bool

ParseRgba() public static méthode

public static ParseRgba ( string literal, int &from, Color &result ) : bool
literal string
from int
result Color
Résultat bool

ParseVector3() public static méthode

public static ParseVector3 ( string literal, Vector3 &result ) : bool
literal string
result Vector3
Résultat bool