C# 클래스 RTSEngine.Graphics.HealthViewer

파일 보기 프로젝트 열기: RegrowthStudios/VoxelRTS 1 사용 예제들

공개 메소드들

메소드 설명
Build ( RTSRenderer renderer, RTSFXEntity fx, string technique, string pass, string texture ) : void
Draw ( GraphicsDevice g, List insts ) : void
HealthViewer ( ) : System

메소드 상세

Build() 공개 메소드

public Build ( RTSRenderer renderer, RTSFXEntity fx, string technique, string pass, string texture ) : void
renderer RTSRenderer
fx RTSFXEntity
technique string
pass string
texture string
리턴 void

Draw() 공개 메소드

public Draw ( GraphicsDevice g, List insts ) : void
g GraphicsDevice
insts List
리턴 void

HealthViewer() 공개 메소드

public HealthViewer ( ) : System
리턴 System