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 | Public Attributes | Private Member Functions | List of all members
XSSLG.GameScene Class Reference
Inheritance diagram for XSSLG.GameScene:
XSSLG.IBottomTip

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 ()
 

Member Function Documentation

◆ Awake()

void XSSLG.GameScene.Awake ( )
inlineprivate

◆ GetPlayer()

Transform XSSLG.GameScene.GetPlayer ( )

◆ SetBottomTips()

void XSSLG.GameScene.SetBottomTips ( string  str)

设置底部提示

Implements XSSLG.IBottomTip.

◆ Start()

void XSSLG.GameScene.Start ( )
inlineprivate

◆ Update()

void XSSLG.GameScene.Update ( )
inlineprivate

Member Data Documentation

◆ _bottomTipText

Text XSSLG.GameScene._bottomTipText

靠近底部的提示文字

◆ _player

Transform XSSLG.GameScene._player

玩家控制角色


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