> For the complete documentation index, see [llms.txt](https://kinematicsoup.gitbook.io/reactor/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://kinematicsoup.gitbook.io/reactor/api-reference/ks.reactor.client.unity.editor/ks.reactor.client.unity.editor.ksbuildevents/ks.reactor.client.unity.editor.ksbuildevents.prebuildconfigcallback.md).

# Delegate ksBuildEvents.PreBuildConfigCallback

Namespace: [KS.Reactor.Client.Unity.Editor](/reactor/api-reference/ks.reactor.client.unity.editor.md)\
Assembly: KSUnity-Source.dll

Callback for pre-build-config events called before common and scene configs are written.

```csharp
public delegate void ksBuildEvents.PreBuildConfigCallback(Scene scene)
```

#### Parameters

`scene` Scene

Scene to be built. IsValid = false for common configs.
