单元 API
你可以调用 getUnit()
来获取某个空间 (space
)上的东西( unit
)(但是请记住,不是所有的空间上都有东西)。
const unit = space.getUnit();
你可以在一个单元上调用方法来了解更多关于它的信息。
Class Methods
以下是可供您使用的各种方法:
unit.isBound()
Determines if the unit is bound.
返回值
(boolean): Whether this unit is bound or not.
unit.isEnemy()
:
判断该单元是否为敌对生物。
返回值
(boolean): Whether this is an enemy unit or not.