Open Rails

MpS.ToMpS Method

[This is preliminary documentation and subject to change.]

Convert to metres/second from kilometres/hour or miles/hour, depending on value of isMetric

public static float ToMpS(
   float speed,
   bool isMetric
);

Parameters

speed
speed to be converted to metres/second
isMetric
true to convert from kilometre/hour, false to convert from miles/hour

See Also

MpS Class | ORTS.Common Namespace