C# Class GraphicsEngine.Wavefront.Parsers.UseMaterialParser

Inheritance: TypeParserBase, IUseMaterialParser
Afficher le fichier Open project: ckarcz/GraphicsEngine Class Usage Examples

Méthodes publiques

Méthode Description
Parse ( string line ) : void
UseMaterialParser ( IElementGroup elementGroup ) : GraphicsEngine.Wavefront.Datastore

Method Details

Parse() public méthode

public Parse ( string line ) : void
line string
Résultat void

UseMaterialParser() public méthode

public UseMaterialParser ( IElementGroup elementGroup ) : GraphicsEngine.Wavefront.Datastore
elementGroup IElementGroup
Résultat GraphicsEngine.Wavefront.Datastore