SFML.Net
WindowSetFramerateLimit Method |
Limit the framerate to a maximum fixed frequency
Namespace: SFML.Window
Assembly: sfmlnet-window-2 (in sfmlnet-window-2.dll) Version: 2.2.0.0 (2.2.0)

public virtual void SetFramerateLimit( uint limit )
Public Overridable Sub SetFramerateLimit ( limit As UInteger )
public: virtual void SetFramerateLimit( unsigned int limit )
abstract SetFramerateLimit : limit : uint32 -> unit override SetFramerateLimit : limit : uint32 -> unit
Parameters
- limit
- Type: SystemUInt32
Framerate limit, in frames per seconds (use 0 to disable limit)
