C# Class TeamLeader, PathfindingToolUnity

Inheritance: System.Web.UI.MasterPage
显示文件 Open project: benjaml/PathfindingToolUnity Class Usage Examples

Public Properties

Property Type Description
Death bool
Patrol bool
Search bool
_agentList List

Public Methods

Method Description
CheckDeathF ( ) : bool
CheckKillF ( ) : bool
IdleF ( ) : void
PatrolF ( ) : bool
RegroupF ( ) : bool
SearchF ( ) : void
Start ( ) : void
Update ( ) : void
isDead ( ) : IEnumerator

Method Details

CheckDeathF() public method

public CheckDeathF ( ) : bool
return bool

CheckKillF() public method

public CheckKillF ( ) : bool
return bool

IdleF() public method

public IdleF ( ) : void
return void

PatrolF() public method

public PatrolF ( ) : bool
return bool

RegroupF() public method

public RegroupF ( ) : bool
return bool

SearchF() public method

public SearchF ( ) : void
return void

Start() public method

public Start ( ) : void
return void

Update() public method

public Update ( ) : void
return void

isDead() public method

public isDead ( ) : IEnumerator
return IEnumerator

Property Details

Death public_oe property

public bool Death
return bool

Patrol public_oe property

public bool Patrol
return bool

Search public_oe property

public bool Search
return bool

_agentList public_oe property

public List _agentList
return List