C# 클래스 Drought.Graphics.LineTool

파일 보기 프로젝트 열기: kiniry-teaching/UCD 1 사용 예제들

공개 메소드들

메소드 설명
LineTool ( GraphicsDevice graphicsDevice ) : System
render ( ) : void
render ( Matrix view, Matrix projection ) : void
setColor ( Vector3 color ) : void
setPointsList ( List points ) : void

메소드 상세

LineTool() 공개 메소드

public LineTool ( GraphicsDevice graphicsDevice ) : System
graphicsDevice GraphicsDevice
리턴 System

render() 공개 메소드

public render ( ) : void
리턴 void

render() 공개 메소드

public render ( Matrix view, Matrix projection ) : void
view Matrix
projection Matrix
리턴 void

setColor() 공개 메소드

public setColor ( Vector3 color ) : void
color Vector3
리턴 void

setPointsList() 공개 메소드

public setPointsList ( List points ) : void
points List
리턴 void