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

The priority icon.
Afficher le fichier Open project: EnsageSharp/Ensage.Common Class Usage Examples

Méthodes publiques

Méthode 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 méthode

The draw.
public Draw ( float opacity ) : void
opacity float /// The opacity. ///
Résultat void

DrawPriorityNumber() public méthode

The draw priority number.
public DrawPriorityNumber ( ) : void
Résultat void

PriorityIcon() public méthode

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. ///
Résultat Ensage.Common.Menu.Transitions

ReturnFromDrag() public méthode

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