Welcome, Guest. Please login or register. Did you miss your activation email?

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - flower

Pages: [1]
1
DotNet / Re: How to handling sf::Time in C#
« on: March 15, 2020, 10:05:26 am »

2
DotNet / How to handling sf::Time in C#
« on: March 15, 2020, 08:45:25 am »
Hello everyone,

What is the equivalent code in C# for
sf::Time t3 = sf::seconds(0.01f);
 

I tried to set t3 initialize value as
SFML.System.Time t3 = new SFML.System.Time(0.01f);
 
but it is not working. :(

Please help, thousand thanks.

Pages: [1]
anything