C# Class TargetFollower, Hellbound

Inheritance: MonoBehaviour
Afficher le fichier Open project: Backman/Hellbound Class Usage Examples

Méthodes publiques

Méthode Description
FixedUpdate ( ) : void
findAndTargetPlayer ( ) : void
setTarget ( Transform newTransform ) : void

Méthodes protégées

Méthode Description
Start ( ) : void
followTarget ( float deltaTime ) : void

Method Details

FixedUpdate() public méthode

public FixedUpdate ( ) : void
Résultat void

Start() protected méthode

protected Start ( ) : void
Résultat void

findAndTargetPlayer() public méthode

public findAndTargetPlayer ( ) : void
Résultat void

followTarget() protected abstract méthode

protected abstract followTarget ( float deltaTime ) : void
deltaTime float
Résultat void

setTarget() public méthode

public setTarget ( Transform newTransform ) : void
newTransform Transform
Résultat void