C# Class AIManager, DefendAman

Inheritance: MonoBehaviour
Afficher le fichier Open project: CarsonRoscoe/DefendAman Class Usage Examples

Méthodes publiques

Свойство Type Description
AI Transform

Méthodes publiques

Méthode Description
Start ( ) : void
Update ( ) : void
getDegree ( float angle ) : float
getRad ( double angle ) : double

Private Methods

Méthode Description
faceClosest ( AI A ) : float
getAttack ( float newAngle, AI A ) : string

Method Details

Start() public méthode

public Start ( ) : void
Résultat void

Update() public méthode

public Update ( ) : void
Résultat void

getDegree() public méthode

public getDegree ( float angle ) : float
angle float
Résultat float

getRad() public méthode

public getRad ( double angle ) : double
angle double
Résultat double

Property Details

AI public_oe property

public Transform AI
Résultat Transform