C# 클래스 SimShift.Entities.Profile

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

공개 프로퍼티들

프로퍼티 타입 설명
Loaded bool

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
ApplyParameter ( IniValueObject obj ) : void
ExportParameters ( ) : IEnumerable
Load ( float staticMass ) : void
Profile ( Profiles car, string file ) : System.Collections.Generic
ResetParameters ( ) : void

메소드 상세

ApplyParameter() 공개 메소드

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

ExportParameters() 공개 메소드

public ExportParameters ( ) : IEnumerable
리턴 IEnumerable

Load() 공개 메소드

public Load ( float staticMass ) : void
staticMass float
리턴 void

Profile() 공개 메소드

public Profile ( Profiles car, string file ) : System.Collections.Generic
car Profiles
file string
리턴 System.Collections.Generic

ResetParameters() 공개 메소드

public ResetParameters ( ) : void
리턴 void

프로퍼티 상세

Loaded 공개적으로 프로퍼티

public bool Loaded
리턴 bool