C# 클래스 OpenBveApi.Runtime.ElapseData

Represents data given to the plugin in the Elapse call.
파일 보기 프로젝트 열기: leezer3/OpenBVE 1 사용 예제들

공개 메소드들

메소드 설명
ElapseData ( VehicleState vehicle, PrecedingVehicleState precedingVehicle, Handles handles, Time totalTime, Time elapsedTime, List stations, CameraViewMode cameraView, string languageCode ) : System

Creates a new instance of this class.

메소드 상세

ElapseData() 공개 메소드

Creates a new instance of this class.
public ElapseData ( VehicleState vehicle, PrecedingVehicleState precedingVehicle, Handles handles, Time totalTime, Time elapsedTime, List stations, CameraViewMode cameraView, string languageCode ) : System
vehicle VehicleState The state of the train.
precedingVehicle PrecedingVehicleState The state of the preceding train, or a null reference if there is no preceding train.
handles Handles The virtual handles.
totalTime Time The current absolute time.
elapsedTime Time The elapsed time since the last call to Elapse.
stations List The current route's list of stations.
cameraView CameraViewMode The current camera view mode
languageCode string The current language code
리턴 System