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

用单例实现的抽象工厂模式去创建对象 More...

Static Public Member Functions

static UIEmitter CreateUIEmitter ()
 
static T CreateUIEmitterData< T > (int? playerIndex)
 

Detailed Description

用单例实现的抽象工厂模式去创建对象

Member Function Documentation

◆ CreateUIEmitter()

static UIEmitter XSSLG.UIEmitterFactory.CreateUIEmitter ( )
static

◆ CreateUIEmitterData< T >()

static T XSSLG.UIEmitterFactory.CreateUIEmitterData< T > ( int?  playerIndex)
inlinestatic
Type Constraints
T :UIEmitterData 
T :new() 

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