C# Class EnemyTargeting, Enclave

Inheritance: MonoBehaviour
Show file Open project: BenjaminDo/Enclave Class Usage Examples

Public Properties

Property Type Description
AttackDist float

Public Methods

Method Description
DeselectTarget ( ) : void
Estocade ( ) : void
Hachoir ( ) : void
OnGUI ( ) : void
Parade ( ) : void
Pourfendeur ( ) : void
Salve ( ) : void
SalveHit ( ) : void
SelectTarget ( ) : void
Start ( ) : void
Update ( ) : void

Method Details

DeselectTarget() public method

public DeselectTarget ( ) : void
return void

Estocade() public method

public Estocade ( ) : void
return void

Hachoir() public method

public Hachoir ( ) : void
return void

OnGUI() public method

public OnGUI ( ) : void
return void

Parade() public method

public Parade ( ) : void
return void

Pourfendeur() public method

public Pourfendeur ( ) : void
return void

Salve() public method

public Salve ( ) : void
return void

SalveHit() public method

public SalveHit ( ) : void
return void

SelectTarget() public method

public SelectTarget ( ) : void
return void

Start() public method

public Start ( ) : void
return void

Update() public method

public Update ( ) : void
return void

Property Details

AttackDist public property

public float AttackDist
return float