Skip to content

Instantly share code, notes, and snippets.

View Guilhem-Pech's full-sized avatar

Guilhem PECH Guilhem-Pech

View GitHub Profile
namespace Sandbox.UI.MapMonitor
{
public partial class CameraRenderer : Panel
{
// Public properties
public bool Static { get; set; } = false;
public bool FullUpdateSceneCamera { get; set; } = false;
public float LimitFrameRate { get; set; } = 30f;