# Sandbox.Gizmo.Instance.Settings

```csharp
SceneSettings Settings { get; set; }
```

Some global settings accessible to the gizmos. Your implementation
generally lets your users set up  these things to their preference, 
and the gizmos should try to obey them.

Declared in [Sandbox.Gizmo.Instance](/api/Sandbox.Gizmo.Instance).
Assembly: `Sandbox.Engine`.
