C# Класс MonoGameUi.AlphaTransition

Transition zur Veränderung der Transparenz eines Steuerelements.
Наследование: Transition
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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