C# Class JordanAgentF, PathfindingToolUnity

Inheritance: MonoBehaviour
Show file Open project: benjaml/PathfindingToolUnity

Public Methods

Method Description
checkFireAttack ( ) : bool
checkStartDodge ( ) : bool
checkStopDodge ( ) : bool
checkTrue ( ) : bool
fire ( ) : void

Private Methods

Method Description
OnCollisionEnter ( Collision col ) : void
OnTriggerEnter ( Collider col ) : void
OnTriggerExit ( Collider col ) : void
Start ( ) : void
Update ( ) : void

Method Details

checkFireAttack() public method

public checkFireAttack ( ) : bool
return bool

checkStartDodge() public method

public checkStartDodge ( ) : bool
return bool

checkStopDodge() public method

public checkStopDodge ( ) : bool
return bool

checkTrue() public method

public checkTrue ( ) : bool
return bool

fire() public method

public fire ( ) : void
return void