C# Class EnemyFullAI.Coward, Endure

Show 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 property

public float cowardDistance
return float

isCoward public property

public bool isCoward
return bool

maxRunDistance public property

public float maxRunDistance
return float