C# Class GraphicsEngine.Wavefront.Parsers.GroupParser

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

Méthodes publiques

Méthode Description
GroupParser ( IGroupDataStore groupDataStore ) : GraphicsEngine.Wavefront.Datastore
Parse ( string line ) : void

Method Details

GroupParser() public méthode

public GroupParser ( IGroupDataStore groupDataStore ) : GraphicsEngine.Wavefront.Datastore
groupDataStore IGroupDataStore
Résultat GraphicsEngine.Wavefront.Datastore

Parse() public méthode

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