C# 클래스 OpenBveApi.Runtime.Station

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

공개 프로퍼티들

프로퍼티 타입 설명
ArrivalTime double
DefaultTrackPosition double
DepartureTime double
ForceStopSignal bool
Name string
OpenLeftDoors bool
OpenRightDoors bool
StopTime double

프로퍼티 상세

ArrivalTime 공개적으로 프로퍼티

The expected arrival time.
public double ArrivalTime
리턴 double

DefaultTrackPosition 공개적으로 프로퍼티

The track position of this station.
public double DefaultTrackPosition
리턴 double

DepartureTime 공개적으로 프로퍼티

The expected departure time.
public double DepartureTime
리턴 double

ForceStopSignal 공개적으로 프로퍼티

Whether the next signal is held red until departure.
public bool ForceStopSignal
리턴 bool

Name 공개적으로 프로퍼티

The name of the station.
public string Name
리턴 string

OpenLeftDoors 공개적으로 프로퍼티

Whether the left doors are to open.
public bool OpenLeftDoors
리턴 bool

OpenRightDoors 공개적으로 프로퍼티

Whether the right doors are to open.
public bool OpenRightDoors
리턴 bool

StopTime 공개적으로 프로퍼티

The expected time stopped.
public double StopTime
리턴 double