C# Class PlayerChasing_BHV, PieceOfTreasure-OneGame10.15

Inheritance: GridNavigator_BHV
ファイルを表示 Open project: FellowshipOfTheGame/PieceOfTreasure-OneGame10.15

Public Properties

Property Type Description
chaseDelay float
chasingTime float

Protected Properties

Property Type Description
isChasingPlayer bool
playerTarget Player_BHV,

Public Methods

Method Description
playerInSight ( ) : Player_BHV,

Protected Methods

Method Description
Update ( ) : void

Private Methods

Method Description
Chase ( ) : void
StartChasing ( Player_BHV, player ) : void
StopChasing ( ) : void

Method Details

Update() protected method

protected Update ( ) : void
return void

playerInSight() public method

public playerInSight ( ) : Player_BHV,
return Player_BHV,

Property Details

chaseDelay public_oe property

public float chaseDelay
return float

chasingTime public_oe property

public float chasingTime
return float

isChasingPlayer protected_oe property

protected bool isChasingPlayer
return bool

playerTarget protected_oe property

protected Player_BHV, playerTarget
return Player_BHV,