using System; namespace S3.Modules.Profiler; [Serializable] public class ProfilerSettings { public bool enabled = false; public bool visible = true; public float opacity = 0.85f; public bool showPhysicsSection = true; public bool showMeshLodSection = true; }