C# Class EnemyFullAI.Coward, Endure

Mostra file Open project: Endure-Game/Endure

Public Properties

Property Type Description
cowardDistance float
isCoward bool
maxRunDistance float

Public Methods

Method Description
isFeared ( ) : bool
noFear ( ) : void
yesFear ( ) : void

Method Details

isFeared() public method

public isFeared ( ) : bool
return bool

noFear() public method

public noFear ( ) : void
return void

yesFear() public method

public yesFear ( ) : void
return void

Property Details

cowardDistance public_oe property

public float cowardDistance
return float

isCoward public_oe property

public bool isCoward
return bool

maxRunDistance public_oe property

public float maxRunDistance
return float