C# Class OpenBveApi.Runtime.SignalData

Represents information about a signal or section.
Exibir arquivo Open project: leezer3/OpenBVE Class Usage Examples

Public Methods

Method Description
SignalData ( int aspect, double distance ) : System

Creates a new instance of this class.

Method Details

SignalData() public method

Creates a new instance of this class.
public SignalData ( int aspect, double distance ) : System
aspect int The aspect of the signal or section.
distance double The distance to the signal or section.
return System