RenderingOptions.VSync Property
Definition¶
Namespace: Brine2D.Rendering
Synchronizes frame rate with the display refresh rate. Default: true. When disabled, use TargetFPS to cap the frame rate manually.
public bool VSync { get; set; }
Namespace: Brine2D.Rendering
Synchronizes frame rate with the display refresh rate. Default: true. When disabled, use TargetFPS to cap the frame rate manually.
public bool VSync { get; set; }