OpenBve.BackgroundManager.BackgroundHandle.UpdateBackground C# (CSharp) Method

UpdateBackground() abstract private method

Called once a frame to update the current state of the background
abstract private UpdateBackground ( double ElapsedTime, bool Target ) : void
ElapsedTime double The total elapsed frame time
Target bool Whether this is the target background during a transition (Affects alpha rendering)
return void
			internal abstract void UpdateBackground(double ElapsedTime, bool Target);
BackgroundManager.BackgroundHandle