C# Class OpenBve.Loading

Afficher le fichier Open project: leezer3/OpenBVE Class Usage Examples

Private Methods

Méthode Description
GetRailwayFolder ( string RouteFile ) : string

Gets the absolute Railway folder for a given route file

Load ( string RouteFile, Encoding RouteEncoding ) : bool
LoadAsynchronously ( string RouteFile, Encoding RouteEncoding ) : void
LoadAsynchronously ( string RouteFile, Encoding RouteEncoding, string TrainFolder, Encoding TrainEncoding ) : void

Initializes loading the route and train asynchronously. Set the Loading.Cancel member to cancel loading. Check the Loading.Complete member to see when loading has finished.

LoadEverythingThreaded ( ) : void
LoadThreaded ( ) : void