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 | |
Transform | GetPlayer () |
void | SetBottomTips (string str) |
设置底部提示 More... | |
Public Attributes | |
Transform | _player |
玩家控制角色 More... | |
Text | _bottomTipText |
靠近底部的提示文字 More... | |
Private Member Functions | |
void | Awake () |
void | Start () |
void | Update () |
|
inlineprivate |
Transform XSSLG.GameScene.GetPlayer | ( | ) |
void XSSLG.GameScene.SetBottomTips | ( | string | str | ) |
设置底部提示
Implements XSSLG.IBottomTip.
|
inlineprivate |
|
inlineprivate |
Text XSSLG.GameScene._bottomTipText |
靠近底部的提示文字
Transform XSSLG.GameScene._player |
玩家控制角色