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.
Public Member Functions | List of all members
XSSLG.PhaseMouseEvent Class Reference

鼠标事件监听,并分发给PhaseBase去处理 More...

Public Member Functions

void Update< T > (T logic, IPhaseBase phase)
 监听鼠标事件,并且分发给phase More...
 

Detailed Description

鼠标事件监听,并分发给PhaseBase去处理

Member Function Documentation

◆ Update< T >()

void XSSLG.PhaseMouseEvent.Update< T > ( logic,
IPhaseBase  phase 
)
inline

监听鼠标事件,并且分发给phase

Type Constraints
T :BattleLogic 

The documentation for this class was generated from the following file: