C# Class SimShift.Entities.Profile

Inheritance: IConfigurable
Mostrar archivo Open project: nlhans/SimShift Class Usage Examples

Public Properties

Property Type Description
Loaded bool

Private Properties

Property Type Description

Public Methods

Method Description
ApplyParameter ( IniValueObject obj ) : void
ExportParameters ( ) : IEnumerable
Load ( float staticMass ) : void
Profile ( Profiles car, string file ) : System.Collections.Generic
ResetParameters ( ) : void

Method Details

ApplyParameter() public method

public ApplyParameter ( IniValueObject obj ) : void
obj SimShift.Utils.IniValueObject
return void

ExportParameters() public method

public ExportParameters ( ) : IEnumerable
return IEnumerable

Load() public method

public Load ( float staticMass ) : void
staticMass float
return void

Profile() public method

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

ResetParameters() public method

public ResetParameters ( ) : void
return void

Property Details

Loaded public_oe property

public bool Loaded
return bool