XSGridEditor
1.0.0
XSGridEditor is a lightweight square grid map system for 2D/3D SRPG games, and comes with a simple and easy-to-use grid editing function. It can be used as a beginning for you to create SRPG games.
|
TriggerBase对Skillbase对象的引用,因为解耦,所以只定义需要的接口 More...
Public Member Functions | |
bool | CanRelease (ReleaseData data) |
是否能释放 More... | |
bool | Release (ReleaseData data) |
释放技能 More... | |
Properties | |
UnitBase | Unit [get] |
保留的玩家对象 More... | |
TriggerBase对Skillbase对象的引用,因为解耦,所以只定义需要的接口
bool XSSLG.IReleaseEntity.CanRelease | ( | ReleaseData | data | ) |
是否能释放
data |
Implemented in XSSLG.SkillCombat, XSSLG.SkillNull, and XSSLG.SkillBase.
bool XSSLG.IReleaseEntity.Release | ( | ReleaseData | data | ) |
|
get |
保留的玩家对象