Gets and sets an enum that determines the flight speed. The following are the possible values:
§ PSFS_VERYSLOW = 0
§ PSFS_SLOW = 1
§ PSFS_NORMAL = 2
§ PSFS_FAST = 3
§ PSFS_VERYFAST = 4
|
JavaScript |
|
|
FlightSpeedFactor |
|
|
C# |
|
|
PresentationStepFlightSpeed FlightSpeedFactor { get; set; } |
|
|
C++ |
|
|
HRESULT FlightSpeedFactor([out, retval] PresentationStepFlightSpeed* pVal) HRESULT FlightSpeedFactor([in] PresentationStepFlightSpeed pVal) |
|