C# Class ProjectAnalyzer.BaseAnalyzer

Afficher le fichier Open project: dreamanlan/CSharpGameFramework

Protected Properties

Свойство Type Description
mCurPage int
mPageCnt int
mTotalPage int

Méthodes protégées

Méthode Description
DrawHelpTips ( string helpInfos ) : void
DrawPageCnt ( int totalCnt ) : void
DrawProposeTips ( ResInfo refInfo ) : void

Method Details

DrawHelpTips() protected méthode

protected DrawHelpTips ( string helpInfos ) : void
helpInfos string
Résultat void

DrawPageCnt() protected méthode

protected DrawPageCnt ( int totalCnt ) : void
totalCnt int
Résultat void

DrawProposeTips() protected méthode

protected DrawProposeTips ( ResInfo refInfo ) : void
refInfo ResInfo
Résultat void

Property Details

mCurPage protected_oe property

protected int mCurPage
Résultat int

mPageCnt protected_oe property

protected int mPageCnt
Résultat int

mTotalPage protected_oe property

protected int mTotalPage
Résultat int