C# 클래스 MonoGameUi.AlphaTransition

Transition zur Veränderung der Transparenz eines Steuerelements.
상속: Transition
파일 보기 프로젝트 열기: OctoAwesome/monogameui 1 사용 예제들

공개 메소드들

메소드 설명
AlphaTransition ( Control control, float>.Func curve, System.TimeSpan duration, System.TimeSpan delay, float to ) : System

Erzeugt eine neue AlphaTransition für das angegebene Control.

AlphaTransition ( Control control, float>.Func curve, System.TimeSpan duration, float to ) : System

Erzeugt eine neue AlphaTransition für das angegebene Control.

Clone ( Control control ) : Transition

Fertigt eine Kopie dieser Transition an, ersetzt aber das Zielcontrol.

보호된 메소드들

메소드 설명
ApplyValue ( Control control, float position ) : void

Wendet die Transition auf das Steuerelement an.

메소드 상세

AlphaTransition() 공개 메소드

Erzeugt eine neue AlphaTransition für das angegebene Control.
public AlphaTransition ( Control control, float>.Func curve, System.TimeSpan duration, System.TimeSpan delay, float to ) : System
control Control Zielcontrol.
curve float>.Func Bewegungskurve.
duration System.TimeSpan Animationslänge.
delay System.TimeSpan Wartezeit bis zum Start der Animation.
to float Zieltransparenz des Controls.
리턴 System

AlphaTransition() 공개 메소드

Erzeugt eine neue AlphaTransition für das angegebene Control.
public AlphaTransition ( Control control, float>.Func curve, System.TimeSpan duration, float to ) : System
control Control Zielcontrol.
curve float>.Func Bewegungskurve.
duration System.TimeSpan Animationslänge.
to float Zieltransparenz des Controls.
리턴 System

ApplyValue() 보호된 메소드

Wendet die Transition auf das Steuerelement an.
protected ApplyValue ( Control control, float position ) : void
control Control Zielcontrol der Transition.
position float Wert im zeitlichen Ablauf der Transition.
리턴 void

Clone() 공개 메소드

Fertigt eine Kopie dieser Transition an, ersetzt aber das Zielcontrol.
public Clone ( Control control ) : Transition
control Control Das neue Zielcontrol.
리턴 Transition