C# Class RTSEngine.Graphics.HealthViewer

Show file Open project: RegrowthStudios/VoxelRTS Class Usage Examples

Public Methods

Method Description
Build ( RTSRenderer renderer, RTSFXEntity fx, string technique, string pass, string texture ) : void
Draw ( GraphicsDevice g, List insts ) : void
HealthViewer ( ) : System

Method Details

Build() public method

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

Draw() public method

public Draw ( GraphicsDevice g, List insts ) : void
g GraphicsDevice
insts List
return void

HealthViewer() public method

public HealthViewer ( ) : System
return System