C# Class RTSEngine.Graphics.HealthViewer

Afficher le fichier Open project: RegrowthStudios/VoxelRTS Class Usage Examples

Méthodes publiques

Méthode 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 méthode

public Build ( RTSRenderer renderer, RTSFXEntity fx, string technique, string pass, string texture ) : void
renderer RTSRenderer
fx RTSFXEntity
technique string
pass string
texture string
Résultat void

Draw() public méthode

public Draw ( GraphicsDevice g, List insts ) : void
g GraphicsDevice
insts List
Résultat void

HealthViewer() public méthode

public HealthViewer ( ) : System
Résultat System