Packagebe.dauntless.astar.core
Interfacepublic interface ICostTile
Implementors BasicTile



Public Methods
 MethodDefined By
  
getCost():Number
Returns the cost for this tile
ICostTile
  
setCost(cost:Number):void
Sets the cost for this tile
ICostTile
Method Detail
getCost()method
public function getCost():Number

Returns the cost for this tile

Returns
Number
setCost()method 
public function setCost(cost:Number):void

Sets the cost for this tile

Parameters

cost:Number