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.
|
无条件通过检查 More...
Public Member Functions | |
TriggerConditionNull (ConditionStruct conditionStruct) | |
![]() | |
TriggerConditionBase (ConditionStruct conditionStruct) | |
bool | CanRelease (OnTriggerDataBase data) |
能否释放,如果没有条件当然可以了~ 否则就做检查 More... | |
Protected Member Functions | |
override bool | Check (OnTriggerDataBase data) |
![]() | |
bool | CheckProp (int val) |
检查数值是否合法 More... | |
Additional Inherited Members | |
![]() | |
ConditionStruct | ConditionStruct [get] |
无条件通过检查
|
inline |
|
protectedvirtual |
Implements XSSLG.TriggerConditionBase.