C# Class BasicSpiderAI, ES2014B

Inheritance: BasicAI
显示文件 Open project: eloipuertas/ES2014B

Public Properties

Property Type Description
aggroRange float
attackRange float
manacost_web int

Public Methods

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

Private Methods

Method Description
checkPath ( ) : void
debugDrawPath ( ) : void
getPlayerGameObject ( ) : GameObject

Method Details

Awake() public method

public Awake ( ) : void
return void

Start() public method

public Start ( ) : 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

manacost_web public_oe property

public int manacost_web
return int