C# Class WebSpiderAI, ES2014B

Inheritance: BasicAI
Afficher le fichier Open project: eloipuertas/ES2014B

Méthodes publiques

Свойство Type Description
aggroRange float
attackRange float
spellRange float
web_manacost int

Méthodes publiques

Méthode Description
Awake ( ) : void
Start ( ) : void
Update ( ) : void

Private Methods

Méthode Description
checkPath ( ) : void
debugDrawPath ( ) : void
getPlayerGameObject ( ) : GameObject

Method Details

Awake() public méthode

public Awake ( ) : void
Résultat void

Start() public méthode

public Start ( ) : void
Résultat void

Update() public méthode

public Update ( ) : void
Résultat void

Property Details

aggroRange public_oe property

public float aggroRange
Résultat float

attackRange public_oe property

public float attackRange
Résultat float

spellRange public_oe property

public float spellRange
Résultat float

web_manacost public_oe property

public int web_manacost
Résultat int