C# Class SimShift.Entities.Profile

Inheritance: IConfigurable
Afficher le fichier Open project: nlhans/SimShift Class Usage Examples

Méthodes publiques

Свойство Type Description
Loaded bool

Private Properties

Свойство Type Description

Méthodes publiques

Méthode 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 méthode

public ApplyParameter ( IniValueObject obj ) : void
obj SimShift.Utils.IniValueObject
Résultat void

ExportParameters() public méthode

public ExportParameters ( ) : IEnumerable
Résultat IEnumerable

Load() public méthode

public Load ( float staticMass ) : void
staticMass float
Résultat void

Profile() public méthode

public Profile ( Profiles car, string file ) : System.Collections.Generic
car Profiles
file string
Résultat System.Collections.Generic

ResetParameters() public méthode

public ResetParameters ( ) : void
Résultat void

Property Details

Loaded public_oe property

public bool Loaded
Résultat bool