OpenBve.PluginManager.Plugin.DoorChange C# (CSharp) Méthode

DoorChange() abstract private méthode

Called when the state of the doors changes.
abstract private DoorChange ( DoorStates oldState, DoorStates newState ) : void
oldState DoorStates
newState DoorStates
Résultat void
			internal abstract void DoorChange(DoorStates oldState, DoorStates newState);
			/// <summary>Called to update the aspects of the section. This invokes a call to SetSignal only if a change in aspect occured or when changing section boundaries.</summary>