C# Class MyAgentChefBenoitV, PathfindingToolUnity

Inheritance: MonoBehaviour
Show file Open project: benjaml/PathfindingToolUnity

Public Properties

Property Type Description
death bool
itsSecure bool
patrol bool

Public Methods

Method Description
Start ( ) : void
Update ( ) : void

Private Methods

Method Description
CanMove ( ) : bool
CanPatrol ( ) : bool
Death ( ) : bool
Stop ( ) : bool

Method Details

Start() public method

public Start ( ) : void
return void

Update() public method

public Update ( ) : void
return void

Property Details

death public property

public bool death
return bool

itsSecure public property

public bool itsSecure
return bool

patrol public property

public bool patrol
return bool