C# Class TankMover, gmap377_leathGloves_inc

Inheritance: Mover
Exibir arquivo Open project: bi3mer/gmap377_leathGloves_inc Class Usage Examples

Public Properties

Property Type Description
playerInRange bool

Public Methods

Method 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 method

public OnTriggerEnter ( Collider obj ) : void
obj Collider
return void

OnTriggerExit() public method

public OnTriggerExit ( Collider obj ) : void
obj Collider
return void

Start() public method

public Start ( ) : void
return void

checkPlan() public method

public checkPlan ( ) : void
return void

move() public method

Move Towards the given target
public move ( Vector3 targ ) : void
targ Vector3
return void

shouldUpdatePlan() public method

public shouldUpdatePlan ( ) : bool
return bool

Property Details

playerInRange public_oe property

public bool playerInRange
return bool