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.CustomSchedulerItem, including all inherited members.
Active | XSSLG.CustomSchedulerItem | |
Delay | XSSLG.CustomSchedulerItem | protected |
Func | XSSLG.CustomSchedulerItem | private |
Interval | XSSLG.CustomSchedulerItem | private |
OnFinishHandler | XSSLG.CustomSchedulerItem | protected |
Repeat | XSSLG.CustomSchedulerItem | private |
Start(Action func, float interval, int repeat, bool immediate, float delay, Action< CustomSchedulerItem > onFinishHandler=null) | XSSLG.CustomSchedulerItem | inline |
State | XSSLG.CustomSchedulerItem | private |
Stop() | XSSLG.CustomSchedulerItem | inlinevirtual |
Update(float dt) | XSSLG.CustomSchedulerItem | inline |
UpdateDelay() | XSSLG.CustomSchedulerItem | inlineprotected |
UpdateInterval() | XSSLG.CustomSchedulerItem | inlineprivate |
UpdateTime | XSSLG.CustomSchedulerItem | protected |