# SpaceAttribute

> Use this DecoratorDrawer to add some spacing in the Inspector.

## Definition

* **Type:** Constructor
* **Namespace:** [UnityEngine](/engine/6000.0/script-reference/unityengine.md)
* **Assembly:** UnityEngine.CoreModule

## SpaceAttribute()

Use this [DecoratorDrawer](/engine/6000.0/script-reference/unityeditor/decoratordrawer.md) to add some spacing in the Inspector.

```csharp
public SpaceAttribute()
```

## SpaceAttribute(float)

Use this [DecoratorDrawer](/engine/6000.0/script-reference/unityeditor/decoratordrawer.md) to add some spacing in the Inspector.

```csharp
public SpaceAttribute(float height)
```

### Parameters

**** (\[float]\(https\://learn.microsoft.com/dotnet/api/system.single)): The spacing in pixels.
