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.
Classes | Namespaces | Typedefs
XSTile.cs File Reference

Classes

class  XSSLG.XSTile
 tile struct to caculate path More...
 

Namespaces

namespace  XSSLG
 @Author: zhoutao @Date: 2021/5/9 @Description: 常用的战斗方法
 

Typedefs

using Vector3 = UnityEngine.Vector3
 
using Vector3Int = UnityEngine.Vector3Int
 
using Mathf = UnityEngine.Mathf
 
using Quaternion = UnityEngine.Quaternion
 
using XSSLG.TileFunc = Func< Vector3Int, bool >
 

Typedef Documentation

◆ Mathf

using Mathf = UnityEngine.Mathf

◆ Quaternion

using Quaternion = UnityEngine.Quaternion

◆ Vector3

using Vector3 = UnityEngine.Vector3

◆ Vector3Int

using Vector3Int = UnityEngine.Vector3Int