C# 클래스 OpenBve.BackgroundManager.StaticBackground

Represents a static background, using the default viewing frustrum
상속: BackgroundHandle
파일 보기 프로젝트 열기: leezer3/OpenBVE

비공개 메소드들

메소드 설명
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