# Sandbox.UniformAttribute

When applied to a Vector2/3/4 property, adds a toggle in the inspector to edit
every component as a single uniform value. Set [Sandbox.UniformAttribute.Default](/api/Sandbox.UniformAttribute/Default) to start in
uniform mode until the user toggles it.

- Kind: attribute
- Namespace: `Sandbox`
- Assembly: `Sandbox.System`
- Modifiers: sealed

## Constructors

- [`UniformAttribute`](/api/Sandbox.UniformAttribute/.ctor)

## Properties

- [`Default`](/api/Sandbox.UniformAttribute/Default): Whether uniform editing is on by default, before the user has toggled it.
