C# 클래스 GraphicsEngine.Wavefront.Parsers.GroupParser

상속: TypeParserBase, IGroupParser
파일 보기 프로젝트 열기: ckarcz/GraphicsEngine 1 사용 예제들

공개 메소드들

메소드 설명
GroupParser ( IGroupDataStore groupDataStore ) : GraphicsEngine.Wavefront.Datastore
Parse ( string line ) : void

메소드 상세

GroupParser() 공개 메소드

public GroupParser ( IGroupDataStore groupDataStore ) : GraphicsEngine.Wavefront.Datastore
groupDataStore IGroupDataStore
리턴 GraphicsEngine.Wavefront.Datastore

Parse() 공개 메소드

public Parse ( string line ) : void
line string
리턴 void