C# 클래스 Ensage.Common.Menu.Transitions.Transition

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

Private Properties

프로퍼티 타입 설명
Events_OnLoad void

공개 메소드들

메소드 설명
Equation ( double t, double b, double c, double d ) : double

The equation.

GetPosition ( ) : System.Vector2

The get position.

GetValue ( ) : float

The get value.

Start ( System.Vector2 from, System.Vector2 to ) : void

The start.

Start ( float from, float to ) : void

The start.

보호된 메소드들

메소드 설명
Transition ( double duration ) : System

Initializes a new instance of the Transition class.

비공개 메소드들

메소드 설명
Events_OnLoad ( object sender, EventArgs e ) : void

The events_ on load.

메소드 상세

Equation() 공개 추상적인 메소드

The equation.
public abstract Equation ( double t, double b, double c, double d ) : double
t double /// The t. ///
b double /// The b. ///
c double /// The c. ///
d double /// The d. ///
리턴 double

GetPosition() 공개 메소드

The get position.
public GetPosition ( ) : System.Vector2
리턴 System.Vector2

GetValue() 공개 메소드

The get value.
public GetValue ( ) : float
리턴 float

Start() 공개 메소드

The start.
public Start ( System.Vector2 from, System.Vector2 to ) : void
from System.Vector2 /// The from. ///
to System.Vector2 /// The to. ///
리턴 void

Start() 공개 메소드

The start.
public Start ( float from, float to ) : void
from float /// The from. ///
to float /// The to. ///
리턴 void

Transition() 보호된 메소드

Initializes a new instance of the Transition class.
protected Transition ( double duration ) : System
duration double /// The duration. ///
리턴 System