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

Public Member Functions

void Open (UnitBase unit)
 
void Refresh ()
 
void Close ()
 

Properties

UnitBase CacheUnit [get, set]
 

Private Member Functions

void Refresh (UnitBase unit)
 

Private Attributes

Text nameText
 名字 More...
 
Text levelText
 等级 More...
 
Text hpText
 hp More...
 

Member Function Documentation

◆ Close()

void XSSLG.UnitInfoTip.Close ( )

◆ Open()

void XSSLG.UnitInfoTip.Open ( UnitBase  unit)
inline

◆ Refresh() [1/2]

void XSSLG.UnitInfoTip.Refresh ( )

◆ Refresh() [2/2]

void XSSLG.UnitInfoTip.Refresh ( UnitBase  unit)
inlineprivate

Member Data Documentation

◆ hpText

Text XSSLG.UnitInfoTip.hpText
private

hp

◆ levelText

Text XSSLG.UnitInfoTip.levelText
private

等级

◆ nameText

Text XSSLG.UnitInfoTip.nameText
private

名字

Property Documentation

◆ CacheUnit

UnitBase XSSLG.UnitInfoTip.CacheUnit
getsetprivate

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