# PropertyCallbackScope(Action<Rect, SerializedProperty>)

> Begin an PropertyCallbackScope.

## Definition

* **Type:** Constructor
* **Namespace:** [UnityEditor](/engine/6000.6/script-reference/unityeditor.md)
* **Assembly:** UnityEditor.CoreModule

```csharp
public PropertyCallbackScope(Action<Rect, SerializedProperty> callback)
```

### Parameters

**** (\[Action\<Rect, SerializedProperty>]\(https\://learn.microsoft.com/dotnet/api/system.action)): Callback to be called for each property being rendered and before drawing starts.
