SFML community forums

Bindings - other languages => DotNet => Topic started by: MarekkPie on March 29, 2012, 11:29:37 pm

Title: Getting dt in SFML.Net 2.0
Post by: MarekkPie on March 29, 2012, 11:29:37 pm
I seem to remember (though may be mistaken) that the delta time variable was accessed through a RenderWindow instance, yet I don't seem to see it there anymore. In the SFML 2.0 documentation, you get this from a Clock instance, but that also doesn't seem to exist in SFML.Net (since that comes from the System module, which isn't included in SFML.Net). Where would I get dt in SFML.Net 2.0?
Title: Re: Getting dt in SFML.Net 2.0
Post by: Laurent on March 30, 2012, 08:02:59 am
Look at the SFML example applications ;)
Title: Re: Getting dt in SFML.Net 2.0
Post by: MarekkPie on March 30, 2012, 03:31:31 pm
Aight, I see it. less intuitive but whatever.