C# Class OpenBveApi.Runtime.SignalData

Represents information about a signal or section.
Afficher le fichier Open project: leezer3/OpenBVE Class Usage Examples

Méthodes publiques

Méthode Description
SignalData ( int aspect, double distance ) : System

Creates a new instance of this class.

Method Details

SignalData() public méthode

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.
Résultat System