C# Class CrewChiefV3.GameState.Conditions.ConditionsSample

ファイルを表示 Open project: mrbelowski/r3e_crewchief_v3 Class Usage Examples

Public Properties

Property Type Description
AmbientTemperature float
CloudBrightness float
LapCount int
RainDensity float
SectorNumber int
Time System.DateTime
TrackTemperature float
WindDirectionX float
WindDirectionY float
WindSpeed float

Public Methods

Method Description
ConditionsSample ( System.DateTime time, int lapCount, int sectorNumber, float AmbientTemperature, float TrackTemperature, float RainDensity, float WindSpeed, float WindDirectionX, float WindDirectionY, float CloudBrightness ) : System

Method Details

ConditionsSample() public method

public ConditionsSample ( System.DateTime time, int lapCount, int sectorNumber, float AmbientTemperature, float TrackTemperature, float RainDensity, float WindSpeed, float WindDirectionX, float WindDirectionY, float CloudBrightness ) : System
time System.DateTime
lapCount int
sectorNumber int
AmbientTemperature float
TrackTemperature float
RainDensity float
WindSpeed float
WindDirectionX float
WindDirectionY float
CloudBrightness float
return System

Property Details

AmbientTemperature public_oe property

public float AmbientTemperature
return float

CloudBrightness public_oe property

public float CloudBrightness
return float

LapCount public_oe property

public int LapCount
return int

RainDensity public_oe property

public float RainDensity
return float

SectorNumber public_oe property

public int SectorNumber
return int

Time public_oe property

public DateTime,System Time
return System.DateTime

TrackTemperature public_oe property

public float TrackTemperature
return float

WindDirectionX public_oe property

public float WindDirectionX
return float

WindDirectionY public_oe property

public float WindDirectionY
return float

WindSpeed public_oe property

public float WindSpeed
return float