C# Класс RAGENativeUI.Elements.UIMenuItem

Simple item with a label.
Показать файл Открыть проект Примеры использования класса

Защищенные свойства (Protected)

Свойство Тип Описание
_badgeLeft Sprite
_badgeRight Sprite
_labelText RAGENativeUI.Elements.ResText
_rectangle RAGENativeUI.Elements.ResRectangle
_selectedSprite Sprite
_text RAGENativeUI.Elements.ResText

Открытые методы

Метод Описание
Draw ( ) : void

Draw this item.

Position ( int y ) : void

Set item's position.

SetLeftBadge ( BadgeStyle badge ) : void

Set the left badge. Set it to None to remove the badge.

SetRightBadge ( BadgeStyle badge ) : void

Set the right badge. Set it to None to remove the badge.

SetRightLabel ( string text ) : void

Set the right label.

UIMenuItem ( string text ) : System

Basic menu button.

UIMenuItem ( string text, string description ) : System

Basic menu button.

Защищенные методы

Метод Описание
BadgeToColor ( BadgeStyle badge, bool selected ) : Color
BadgeToSpriteLib ( BadgeStyle badge ) : string
BadgeToSpriteName ( BadgeStyle badge, bool selected ) : string

Приватные методы

Метод Описание
ItemActivate ( UIMenu sender ) : void

Описание методов

BadgeToColor() защищенный Метод

protected BadgeToColor ( BadgeStyle badge, bool selected ) : Color
badge BadgeStyle
selected bool
Результат Color

BadgeToSpriteLib() защищенный Метод

protected BadgeToSpriteLib ( BadgeStyle badge ) : string
badge BadgeStyle
Результат string

BadgeToSpriteName() защищенный Метод

protected BadgeToSpriteName ( BadgeStyle badge, bool selected ) : string
badge BadgeStyle
selected bool
Результат string

Draw() публичный Метод

Draw this item.
public Draw ( ) : void
Результат void

Position() публичный Метод

Set item's position.
public Position ( int y ) : void
y int
Результат void

SetLeftBadge() публичный Метод

Set the left badge. Set it to None to remove the badge.
public SetLeftBadge ( BadgeStyle badge ) : void
badge BadgeStyle
Результат void

SetRightBadge() публичный Метод

Set the right badge. Set it to None to remove the badge.
public SetRightBadge ( BadgeStyle badge ) : void
badge BadgeStyle
Результат void

SetRightLabel() публичный Метод

Set the right label.
public SetRightLabel ( string text ) : void
text string Text as label. Set it to "" to remove the label.
Результат void

UIMenuItem() публичный Метод

Basic menu button.
public UIMenuItem ( string text ) : System
text string Button label.
Результат System

UIMenuItem() публичный Метод

Basic menu button.
public UIMenuItem ( string text, string description ) : System
text string Button label.
description string Description.
Результат System

Описание свойств

_badgeLeft защищенное свойство

protected Sprite,RAGENativeUI.Elements _badgeLeft
Результат Sprite

_badgeRight защищенное свойство

protected Sprite,RAGENativeUI.Elements _badgeRight
Результат Sprite

_labelText защищенное свойство

protected ResText,RAGENativeUI.Elements _labelText
Результат RAGENativeUI.Elements.ResText

_rectangle защищенное свойство

protected ResRectangle,RAGENativeUI.Elements _rectangle
Результат RAGENativeUI.Elements.ResRectangle

_selectedSprite защищенное свойство

protected Sprite,RAGENativeUI.Elements _selectedSprite
Результат Sprite

_text защищенное свойство

protected ResText,RAGENativeUI.Elements _text
Результат RAGENativeUI.Elements.ResText