C# Class RTS.Default.Squad.Targeting

Inheritance: ACSquadTargetingController
Mostrar archivo Open project: RegrowthStudios/VoxelRTS Class Usage Examples

Public Methods

Method 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 method

public ApplyTarget ( GameState g, float dt ) : void
g RTSEngine.Data.GameState
dt float
return void

DecideTarget() public method

public DecideTarget ( GameState g, float dt ) : void
g RTSEngine.Data.GameState
dt float
return void

Deserialize() public method

public Deserialize ( BinaryReader s ) : void
s System.IO.BinaryReader
return void

Init() public method

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

Serialize() public method

public Serialize ( BinaryWriter s ) : void
s System.IO.BinaryWriter
return void