C# Класс Ensage.Common.Menu.Draw.PriorityIcon

The priority icon.
Показать файл Открыть проект Примеры использования класса

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

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

The draw.

DrawPriorityNumber ( ) : void

The draw priority number.

PriorityIcon ( string name, float height, bool enabled ) : Ensage.Common.Menu.Transitions

Initializes a new instance of the PriorityIcon class.

ReturnFromDrag ( Vector2 position ) : void

The return from drag.

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

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

The draw.
public Draw ( float opacity ) : void
opacity float /// The opacity. ///
Результат void

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

The draw priority number.
public DrawPriorityNumber ( ) : void
Результат void

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

Initializes a new instance of the PriorityIcon class.
public PriorityIcon ( string name, float height, bool enabled ) : Ensage.Common.Menu.Transitions
name string /// The name. ///
height float /// The height. ///
enabled bool /// The enabled. ///
Результат Ensage.Common.Menu.Transitions

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

The return from drag.
public ReturnFromDrag ( Vector2 position ) : void
position Vector2 /// The position. ///
Результат void