C# Class UnitStateExecutor, BattleTeutoburgForest

Afficher le fichier Open project: ppolsinelli/BattleTeutoburgForest Class Usage Examples

Méthodes publiques

Свойство Type Description
u Unit,

Méthodes publiques

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

Method Details

Attack() public méthode

public Attack ( Unit, defensor ) : void
defensor Unit,
Résultat void

Chase() public méthode

public Chase ( ) : void
Résultat void

EnterMelee() public méthode

public EnterMelee ( Unit, unit ) : void
unit Unit,
Résultat void

LaunchProjectile() public méthode

public LaunchProjectile ( Vector3 targetPosition ) : void
targetPosition Vector3
Résultat void

UnitStateExecutor() public méthode

public UnitStateExecutor ( Unit, unit ) : System.Collections
unit Unit,
Résultat System.Collections

Property Details

u public_oe property

public Unit, u
Résultat Unit,