C# Class PlayerChasing_BHV, PieceOfTreasure-OneGame10.15

Inheritance: GridNavigator_BHV
Afficher le fichier Open project: FellowshipOfTheGame/PieceOfTreasure-OneGame10.15

Méthodes publiques

Свойство Type Description
chaseDelay float
chasingTime float

Protected Properties

Свойство Type Description
isChasingPlayer bool
playerTarget Player_BHV,

Méthodes publiques

Méthode Description
playerInSight ( ) : Player_BHV,

Méthodes protégées

Méthode Description
Update ( ) : void

Private Methods

Méthode Description
Chase ( ) : void
StartChasing ( Player_BHV, player ) : void
StopChasing ( ) : void

Method Details

Update() protected méthode

protected Update ( ) : void
Résultat void

playerInSight() public méthode

public playerInSight ( ) : Player_BHV,
Résultat Player_BHV,

Property Details

chaseDelay public_oe property

public float chaseDelay
Résultat float

chasingTime public_oe property

public float chasingTime
Résultat float

isChasingPlayer protected_oe property

protected bool isChasingPlayer
Résultat bool

playerTarget protected_oe property

protected Player_BHV, playerTarget
Résultat Player_BHV,