C# 클래스 OpenBveApi.Runtime.BeaconData

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

공개 메소드들

메소드 설명
BeaconData ( int type, int optional, SignalData signal ) : System

Creates a new instance of this class.

메소드 상세

BeaconData() 공개 메소드

Creates a new instance of this class.
public BeaconData ( int type, int optional, SignalData signal ) : System
type int The type of beacon.
optional int Optional data the beacon transmits.
signal SignalData The section the beacon is attached to.
리턴 System