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

The on off.
파일 보기 프로젝트 열기: EnsageSharp/Ensage.Common

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
Draw ( Vector2 mousePosition ) : void

The draw.

LeftButtonDown ( Vector2 mousePosition ) : void

The left button down.

LeftButtonUp ( ) : void

The left button up.

OnOffCircleSlider ( SharpDX.Color onColor, SharpDX.Color offColor, float height, bool enabled ) : Ensage.Common.Menu.Transitions

Initializes a new instance of the OnOffCircleSlider class.

메소드 상세

Draw() 공개 메소드

The draw.
public Draw ( Vector2 mousePosition ) : void
mousePosition Vector2 /// The mouse position. ///
리턴 void

LeftButtonDown() 공개 메소드

The left button down.
public LeftButtonDown ( Vector2 mousePosition ) : void
mousePosition Vector2 /// The mouse position. ///
리턴 void

LeftButtonUp() 공개 메소드

The left button up.
public LeftButtonUp ( ) : void
리턴 void

OnOffCircleSlider() 공개 메소드

Initializes a new instance of the OnOffCircleSlider class.
public OnOffCircleSlider ( SharpDX.Color onColor, SharpDX.Color offColor, float height, bool enabled ) : Ensage.Common.Menu.Transitions
onColor SharpDX.Color /// The on color. ///
offColor SharpDX.Color /// The off color. ///
height float /// The height. ///
enabled bool /// The enabled. ///
리턴 Ensage.Common.Menu.Transitions