Ultimate Replay Scripting Reference
ReplayTimeGetCorrectedTimeValueString Method |
Gets the current time as a float and converts it to minutes and seconds formatted as a string.
Namespace: UltimateReplay
Assembly: UltimateReplay (in UltimateReplay.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public static string GetCorrectedTimeValueString( float timeValue )
Parameters
- timeValue
- Type: SystemSingle
The time value input, for example: Time.time
Return Value
Type: StringA formatted time string
See Also