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 Attributes | List of all members
XSSLG.SearchStruct Class Reference

Public Attributes

List< SearchTargetTypeTarget = new List<SearchTargetType>()
 目标类型 More...
 
SearchType Type
 索敌类型 More...
 
int Min
 最小范围 More...
 
int Max
 最大范围 More...
 

Member Data Documentation

◆ Max

int XSSLG.SearchStruct.Max

最大范围

◆ Min

int XSSLG.SearchStruct.Min

最小范围

◆ Target

List<SearchTargetType> XSSLG.SearchStruct.Target = new List<SearchTargetType>()

目标类型

◆ Type

SearchType XSSLG.SearchStruct.Type

索敌类型


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