C# 클래스 SimTelemetry.Objects.Garage.CarEngineTools

파일 보기 프로젝트 열기: nlhans/SimTelemetry 1 사용 예제들

공개 메소드들

메소드 설명
CarEngineTools ( ICar c ) : System
Scan ( ) : void
Scan ( double speed, double throttle, int engine_mode ) : void

메소드 상세

CarEngineTools() 공개 메소드

public CarEngineTools ( ICar c ) : System
c ICar
리턴 System

Scan() 공개 메소드

public Scan ( ) : void
리턴 void

Scan() 공개 메소드

public Scan ( double speed, double throttle, int engine_mode ) : void
speed double
throttle double
engine_mode int
리턴 void