C# 클래스 Haze.Renderer

Render base class. You should implement 2D or 3D rendering here, based on Graphic object.
파일 보기 프로젝트 열기: FellowshipOfTheGame/HazeCSharp

공개 메소드들

메소드 설명
Draw ( Haze.Graphic graphics ) : void

메소드 상세

Draw() 공개 추상적인 메소드

public abstract Draw ( Haze.Graphic graphics ) : void
graphics Haze.Graphic
리턴 void