C# 클래스 GraphicsEngine.Wavefront.Loaders.LoaderBase

파일 보기 프로젝트 열기: ckarcz/GraphicsEngine

보호된 메소드들

메소드 설명
ParseLine ( string keyword, string data ) : void
StartLoad ( Stream lineStream ) : void

비공개 메소드들

메소드 설명
ParseLine ( ) : void

메소드 상세

ParseLine() 보호된 추상적인 메소드

protected abstract ParseLine ( string keyword, string data ) : void
keyword string
data string
리턴 void

StartLoad() 보호된 메소드

protected StartLoad ( Stream lineStream ) : void
lineStream System.IO.Stream
리턴 void