 | GameTimeElapsed Property |
Total time since this game has started, in seconds.
Namespace: Slash.Application.GamesAssembly: Slash.Application (in Slash.Application.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic float TimeElapsed { get; }
Public ReadOnly Property TimeElapsed As Single
Get
public:
property float TimeElapsed {
float get ();
}
member TimeElapsed : float32 with get
Property Value
Type:
Single
See Also