C# Class TankMover, gmap377_leathGloves_inc

Inheritance: Mover
Afficher le fichier Open project: bi3mer/gmap377_leathGloves_inc Class Usage Examples

Méthodes publiques

Свойство Type Description
playerInRange bool

Méthodes publiques

Méthode Description
OnTriggerEnter ( Collider obj ) : void
OnTriggerExit ( Collider obj ) : void
Start ( ) : void
checkPlan ( ) : void
move ( Vector3 targ ) : void

Move Towards the given target

shouldUpdatePlan ( ) : bool

Method Details

OnTriggerEnter() public méthode

public OnTriggerEnter ( Collider obj ) : void
obj Collider
Résultat void

OnTriggerExit() public méthode

public OnTriggerExit ( Collider obj ) : void
obj Collider
Résultat void

Start() public méthode

public Start ( ) : void
Résultat void

checkPlan() public méthode

public checkPlan ( ) : void
Résultat void

move() public méthode

Move Towards the given target
public move ( Vector3 targ ) : void
targ Vector3
Résultat void

shouldUpdatePlan() public méthode

public shouldUpdatePlan ( ) : bool
Résultat bool

Property Details

playerInRange public_oe property

public bool playerInRange
Résultat bool