C# Class EnemyFullAI.Coward, Endure

Afficher le fichier Open project: Endure-Game/Endure

Méthodes publiques

Свойство Type Description
cowardDistance float
isCoward bool
maxRunDistance float

Méthodes publiques

Méthode Description
isFeared ( ) : bool
noFear ( ) : void
yesFear ( ) : void

Method Details

isFeared() public méthode

public isFeared ( ) : bool
Résultat bool

noFear() public méthode

public noFear ( ) : void
Résultat void

yesFear() public méthode

public yesFear ( ) : void
Résultat void

Property Details

cowardDistance public_oe property

public float cowardDistance
Résultat float

isCoward public_oe property

public bool isCoward
Résultat bool

maxRunDistance public_oe property

public float maxRunDistance
Résultat float