C# 클래스 GTAVBETrainerDotNet.Feature.Vehicle.SpeedMeter

Speed meter features
파일 보기 프로젝트 열기: betenner/betrainer

공개 프로퍼티들

프로퍼티 타입 설명
Show bool
ShowInMetric bool
ShowWithoutVehicle bool

공개 메소드들

메소드 설명
SetShow ( MenuItem sender ) : void

Sets show

SetShowInMetric ( MenuItem sender ) : void

Sets show in metric

SetShowWithoutVehicle ( MenuItem sender ) : void

Sets show without vehicle

UpdateSpeedMeter ( ) : void

Updates and show speed meter

메소드 상세

SetShow() 공개 정적인 메소드

Sets show
public static SetShow ( MenuItem sender ) : void
sender GTAVBETrainerDotNet.Menu.MenuItem Source menu item
리턴 void

SetShowInMetric() 공개 정적인 메소드

Sets show in metric
public static SetShowInMetric ( MenuItem sender ) : void
sender GTAVBETrainerDotNet.Menu.MenuItem Source menu item
리턴 void

SetShowWithoutVehicle() 공개 정적인 메소드

Sets show without vehicle
public static SetShowWithoutVehicle ( MenuItem sender ) : void
sender GTAVBETrainerDotNet.Menu.MenuItem Source menu item
리턴 void

UpdateSpeedMeter() 공개 정적인 메소드

Updates and show speed meter
public static UpdateSpeedMeter ( ) : void
리턴 void

프로퍼티 상세

Show 공개적으로 정적으로 프로퍼티

public static bool Show
리턴 bool

ShowInMetric 공개적으로 정적으로 프로퍼티

public static bool ShowInMetric
리턴 bool

ShowWithoutVehicle 공개적으로 정적으로 프로퍼티

public static bool ShowWithoutVehicle
리턴 bool