C# Class Will_IA_soldier, PathfindingToolUnity

Inheritance: MonoBehaviour
Afficher le fichier Open project: benjaml/PathfindingToolUnity

Méthodes publiques

Свойство Type Description
isStrafing bool
targets List

Méthodes publiques

Méthode Description
OnCollisionEnter ( Collision col ) : void
Start ( ) : void
Update ( ) : void
shoot ( ) : void
shootBullet ( GameObject targ ) : void
strafe ( ) : void
targetUpdate ( ) : void

Private Methods

Méthode Description
startStrafe ( ) : IEnumerator

Method Details

OnCollisionEnter() public méthode

public OnCollisionEnter ( Collision col ) : void
col Collision
Résultat void

Start() public méthode

public Start ( ) : void
Résultat void

Update() public méthode

public Update ( ) : void
Résultat void

shoot() public méthode

public shoot ( ) : void
Résultat void

shootBullet() public méthode

public shootBullet ( GameObject targ ) : void
targ GameObject
Résultat void

strafe() public méthode

public strafe ( ) : void
Résultat void

targetUpdate() public méthode

public targetUpdate ( ) : void
Résultat void

Property Details

isStrafing public_oe property

public bool isStrafing
Résultat bool

targets public_oe property

public List targets
Résultat List