C# 클래스 OpenBve.Loading

파일 보기 프로젝트 열기: leezer3/OpenBVE 1 사용 예제들

비공개 메소드들

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