# LightingExplorerTableColumn.CopyPropertiesDelegate

> A delegate for copying of properties.

## Definition

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

```csharp
public delegate void LightingExplorerTableColumn.CopyPropertiesDelegate(SerializedProperty target, SerializedProperty source)
```
