C# Class Ensage.Common.Menu.Draw.PriorityIcon

The priority icon.
Exibir arquivo Open project: EnsageSharp/Ensage.Common Class Usage Examples

Public Methods

Method Description
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.

Method Details

Draw() public method

The draw.
public Draw ( float opacity ) : void
opacity float /// The opacity. ///
return void

DrawPriorityNumber() public method

The draw priority number.
public DrawPriorityNumber ( ) : void
return void

PriorityIcon() public method

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. ///
return Ensage.Common.Menu.Transitions

ReturnFromDrag() public method

The return from drag.
public ReturnFromDrag ( Vector2 position ) : void
position Vector2 /// The position. ///
return void