C# Class TargetFollower, Hellbound

Inheritance: MonoBehaviour
Mostrar archivo Open project: Backman/Hellbound Class Usage Examples

Public Methods

Method Description
FixedUpdate ( ) : void
findAndTargetPlayer ( ) : void
setTarget ( Transform newTransform ) : void

Protected Methods

Method Description
Start ( ) : void
followTarget ( float deltaTime ) : void

Method Details

FixedUpdate() public method

public FixedUpdate ( ) : void
return void

Start() protected method

protected Start ( ) : void
return void

findAndTargetPlayer() public method

public findAndTargetPlayer ( ) : void
return void

followTarget() protected abstract method

protected abstract followTarget ( float deltaTime ) : void
deltaTime float
return void

setTarget() public method

public setTarget ( Transform newTransform ) : void
newTransform Transform
return void