C# Class RTSEngine.Graphics.RTSBuildingModel

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

Méthodes publiques

Méthode Description
DrawInstances ( GraphicsDevice g ) : void
Hook ( RTSRenderer renderer, GameState s, int ti, int fti, int building ) : void
RTSBuildingModel ( RTSRenderer renderer, Stream sModel ) : System
SetInstances ( GraphicsDevice g ) : void
UpdateInstances ( GraphicsDevice g, Predicate fVisible ) : void

Method Details

DrawInstances() public méthode

public DrawInstances ( GraphicsDevice g ) : void
g GraphicsDevice
Résultat void

Hook() public méthode

public Hook ( RTSRenderer renderer, GameState s, int ti, int fti, int building ) : void
renderer RTSRenderer
s RTSEngine.Data.GameState
ti int
fti int
building int
Résultat void

RTSBuildingModel() public méthode

public RTSBuildingModel ( RTSRenderer renderer, Stream sModel ) : System
renderer RTSRenderer
sModel Stream
Résultat System

SetInstances() public méthode

public SetInstances ( GraphicsDevice g ) : void
g GraphicsDevice
Résultat void

UpdateInstances() public méthode

public UpdateInstances ( GraphicsDevice g, Predicate fVisible ) : void
g GraphicsDevice
fVisible Predicate
Résultat void