C# Class TrollAI, ES2014B

Inheritance: BasicAI
Datei anzeigen Open project: eloipuertas/ES2014B Class Usage Examples

Public Properties

Property Type Description
aggroRange float
attackRange float

Public Methods

Method Description
Awake ( ) : void
Update ( ) : void

Private Methods

Method Description
getPlayerGameObject ( ) : GameObject

Method Details

Awake() public method

public Awake ( ) : void
return void

Update() public method

public Update ( ) : void
return void

Property Details

aggroRange public_oe property

public float aggroRange
return float

attackRange public_oe property

public float attackRange
return float