C# 클래스 SimShift.Entities.Profiles

상속: IConfigurable
파일 보기 프로젝트 열기: nlhans/SimShift 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Loaded List
Unloaded List

공개 메소드들

메소드 설명
ApplyParameter ( IniValueObject obj ) : void
ExportParameters ( ) : IEnumerable
Load ( string profile, float staticMass ) : void
Profiles ( string app, string car ) : System
ResetParameters ( ) : void

메소드 상세

ApplyParameter() 공개 메소드

public ApplyParameter ( IniValueObject obj ) : void
obj SimShift.Utils.IniValueObject
리턴 void

ExportParameters() 공개 메소드

public ExportParameters ( ) : IEnumerable
리턴 IEnumerable

Load() 공개 메소드

public Load ( string profile, float staticMass ) : void
profile string
staticMass float
리턴 void

Profiles() 공개 메소드

public Profiles ( string app, string car ) : System
app string
car string
리턴 System

ResetParameters() 공개 메소드

public ResetParameters ( ) : void
리턴 void

프로퍼티 상세

Loaded 공개적으로 프로퍼티

public List Loaded
리턴 List

Unloaded 공개적으로 프로퍼티

public List Unloaded
리턴 List