C# Class OpenBve.BackgroundManager.StaticBackground

Represents a static background, using the default viewing frustrum
Inheritance: BackgroundHandle
Afficher le fichier Open project: leezer3/OpenBVE

Private Methods

Méthode Description
RenderBackground ( float Scale ) : void
RenderBackground ( float Alpha, float Scale ) : void
StaticBackground ( Textures Texture, double Repetition, bool KeepAspectRatio ) : System

Creates a new static background, using the default 0.8s fade-in time

StaticBackground ( Textures Texture, double Repetition, bool KeepAspectRatio, double transitionTime, BackgroundTransitionMode Mode ) : System

Creates a new static background

StaticBackground ( Textures Texture, double Repetition, bool KeepAspectRatio, double transitionTime, BackgroundTransitionMode Mode, double Time ) : System

Creates a new static background

UpdateBackground ( double ElapsedTime, bool Target ) : void