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 | Static Private Member Functions | Static Private Attributes | List of all members
XSSLG.EnumGenerator Class Reference

More...

Static Public Member Functions

static void AddEnumValue (Type type, string addEnum)
 
static void ReduceEnumValue (Type type, string reduceEnum)
 
static Dictionary< string, int > GetNameValueDict (Type type)
 

Static Private Member Functions

static string GetEnumString (Type type, Dictionary< string, int > nameValueDict)
 

Static Private Attributes

static readonly string PREFIX
 do not change this string`s format More...
 

Detailed Description

Member Function Documentation

◆ AddEnumValue()

static void XSSLG.EnumGenerator.AddEnumValue ( Type  type,
string  addEnum 
)
inlinestatic

◆ GetEnumString()

static string XSSLG.EnumGenerator.GetEnumString ( Type  type,
Dictionary< string, int >  nameValueDict 
)
inlinestaticprivate

◆ GetNameValueDict()

static Dictionary<string, int> XSSLG.EnumGenerator.GetNameValueDict ( Type  type)
inlinestatic

◆ ReduceEnumValue()

static void XSSLG.EnumGenerator.ReduceEnumValue ( Type  type,
string  reduceEnum 
)
inlinestatic

Member Data Documentation

◆ PREFIX

readonly string XSSLG.EnumGenerator.PREFIX
staticprivate
Initial value:
=
@"
namespace XSSLG
{{
public partial class XSDefine
{{
{0}
}}
}}"

do not change this string`s format


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