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.
|
This is the complete list of members for XSSLG.CustomScheduler, including all inherited members.
Schedule(Action func, float interval, int repeat=-1, bool immediate=false, float delay=0) | XSSLG.CustomScheduler | inline |
ScheduleList | XSSLG.CustomScheduler | private |
ScheduleOnce(Action func, float delay) | XSSLG.CustomScheduler | |
UnSchedule(CustomSchedulerItem schedule) | XSSLG.CustomScheduler | |
Update(float dt) | XSSLG.CustomScheduler | inline |