C# 클래스 Ensage.Common.Menu.Draw.PriorityIcon

The priority icon.
파일 보기 프로젝트 열기: EnsageSharp/Ensage.Common 1 사용 예제들

공개 메소드들

메소드 설명
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