Свойство | Тип | Описание | |
---|---|---|---|
m_BtnWidth | int | ||
m_Collections | List |
||
m_Counter | int | ||
m_DarkAppearances | List |
||
m_DarkFemaleAppearances | List |
||
m_Depth | float | ||
m_LightAppearances | List |
||
m_LightFemaleAppearances | List |
||
m_Map | ].int[ | ||
m_MediumAppearances | List |
||
m_MediumFemaleAppearances | List |
||
m_SelectedSkintype | SkinType | ||
m_Sex | AvatarSex | ||
m_SkinBrowserArrowLeft | |||
m_SkinBtns | List |
||
m_Thumb | Microsoft.Xna.Framework.Graphics.Texture2D |
Метод | Описание | |
---|---|---|
Draw ( |
||
UISkinBrowser ( UIScreen Screen, |
Constructs a new instance of UISkinBrowser.
|
|
Update ( InputHelper Helper, |
Метод | Описание | |
---|---|---|
IsMouseOverButton ( InputHelper Input, |
Checks if the mouse cursor is over a skin button.
|
Метод | Описание | |
---|---|---|
M_SkinBrowserArrowLeft_OnButtonClicked ( object Sender ) : void | ||
M_SkinBrowserArrowRight_OnButtonClicked ( object Sender ) : void |
public Draw ( |
||
SBatch | ||
LayerDepth | float | |
Результат | void |
protected IsMouseOverButton ( InputHelper Input, |
||
Input | InputHelper | The InputHelper instance used to get the mouse curor's position. |
Button | A SkinBtnContainer representing the button to check. | |
BtnPosition | Vector2 | Position of the button. |
Результат | bool |
public UISkinBrowser ( UIScreen Screen, |
||
Screen | UIScreen | A UIScreen instance that this UISkinBrowser belongs to. |
Ctrl | A UIControl instance that this UISkinBrowser should be created from. | |
SkinType | int | The type of skin initially displayed by this UISkinBrowser. 0 = light, 1 = medium, 2 = dark. |
Sex | AvatarSex | |
Результат | System |
public Update ( InputHelper Helper, |
||
Helper | InputHelper | |
GTime | ||
Результат | void |
protected List |
||
Результат | List |
protected UIButton,Gonzo.Elements m_SkinBrowserArrowLeft | ||
Результат |