C# Class RTS.Default.Squad.Targeting

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

Méthodes publiques

Méthode Description
ApplyTarget ( GameState g, float dt ) : void
DecideTarget ( GameState g, float dt ) : void
Deserialize ( BinaryReader s ) : void
Init ( GameState s, GameplayController c, object args ) : void
Serialize ( BinaryWriter s ) : void

Method Details

ApplyTarget() public méthode

public ApplyTarget ( GameState g, float dt ) : void
g RTSEngine.Data.GameState
dt float
Résultat void

DecideTarget() public méthode

public DecideTarget ( GameState g, float dt ) : void
g RTSEngine.Data.GameState
dt float
Résultat void

Deserialize() public méthode

public Deserialize ( BinaryReader s ) : void
s System.IO.BinaryReader
Résultat void

Init() public méthode

public Init ( GameState s, GameplayController c, object args ) : void
s RTSEngine.Data.GameState
c RTSEngine.Controllers.GameplayController
args object
Résultat void

Serialize() public méthode

public Serialize ( BinaryWriter s ) : void
s System.IO.BinaryWriter
Résultat void