C# Class MyAgentChefBenoitV, PathfindingToolUnity

Inheritance: MonoBehaviour
显示文件 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_oe property

public bool death
return bool

itsSecure public_oe property

public bool itsSecure
return bool

patrol public_oe property

public bool patrol
return bool