C# Class UnitStateExecutor, BattleTeutoburgForest

Mostra file Open project: ppolsinelli/BattleTeutoburgForest Class Usage Examples

Public Properties

Property Type Description
u Unit,

Public Methods

Method Description
Attack ( Unit, defensor ) : void
Chase ( ) : void
EnterMelee ( Unit, unit ) : void
LaunchProjectile ( Vector3 targetPosition ) : void
UnitStateExecutor ( Unit, unit ) : System.Collections

Method Details

Attack() public method

public Attack ( Unit, defensor ) : void
defensor Unit,
return void

Chase() public method

public Chase ( ) : void
return void

EnterMelee() public method

public EnterMelee ( Unit, unit ) : void
unit Unit,
return void

LaunchProjectile() public method

public LaunchProjectile ( Vector3 targetPosition ) : void
targetPosition Vector3
return void

UnitStateExecutor() public method

public UnitStateExecutor ( Unit, unit ) : System.Collections
unit Unit,
return System.Collections

Property Details

u public_oe property

public Unit, u
return Unit,