> 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.unity.editor/ks.unity.editor.ksanalytics/ks.unity.editor.ksanalytics.events/ks.unity.editor.ksanalytics.events.buildconfigs.md).

# Class ksAnalytics.Events.BuildConfigs

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

Analytics build configs event.

```csharp
public class ksAnalytics.Events.BuildConfigs : ksAnalyticsDurationEvent
```

#### Inheritance

[object](https://learn.microsoft.com/dotnet/api/system.object) ← [ksAnalyticsEvent](/reactor/api-reference/ks.unity.editor/ks.unity.editor.ksanalyticsevent.md) ← [ksAnalyticsDurationEvent](/reactor/api-reference/ks.unity.editor/ks.unity.editor.ksanalyticsdurationevent.md) ← [ksAnalytics.Events.BuildConfigs](/reactor/api-reference/ks.unity.editor/ks.unity.editor.ksanalytics/ks.unity.editor.ksanalytics.events/ks.unity.editor.ksanalytics.events.buildconfigs.md)

#### Inherited Members

[ksAnalyticsDurationEvent.WriteProperties(ksJSON)](/reactor/api-reference/ks.unity.editor/ks.unity.editor.ksanalyticsdurationevent.md#KS_Unity_Editor_ksAnalyticsDurationEvent_WriteProperties_KS_Reactor_ksJSON_), [ksAnalyticsEvent.Name](/reactor/api-reference/ks.unity.editor/ks.unity.editor.ksanalyticsevent.md#KS_Unity_Editor_ksAnalyticsEvent_Name), [ksAnalyticsEvent.Category](/reactor/api-reference/ks.unity.editor/ks.unity.editor.ksanalyticsevent.md#KS_Unity_Editor_ksAnalyticsEvent_Category), [ksAnalyticsEvent.WriteProperties(ksJSON)](/reactor/api-reference/ks.unity.editor/ks.unity.editor.ksanalyticsevent.md#KS_Unity_Editor_ksAnalyticsEvent_WriteProperties_KS_Reactor_ksJSON_), [object.Equals(object)](https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals\(system-object\)), [object.Equals(object, object)](https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals\(system-object-system-object\)), [object.GetHashCode()](https://learn.microsoft.com/dotnet/api/system.object.gethashcode), [object.GetType()](https://learn.microsoft.com/dotnet/api/system.object.gettype), [object.MemberwiseClone()](https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone), [object.ReferenceEquals(object, object)](https://learn.microsoft.com/dotnet/api/system.object.referenceequals), [object.ToString()](https://learn.microsoft.com/dotnet/api/system.object.tostring)

## Constructors

### BuildConfigs(bool, bool, int, int, int) <a href="#ks_unity_editor_ksanalytics_events_buildconfigs__ctor_system_boolean_system_boolean_system_int32_sys" id="ks_unity_editor_ksanalytics_events_buildconfigs__ctor_system_boolean_system_boolean_system_int32_sys"></a>

Constructor

```csharp
public BuildConfigs(bool success, bool rebuild, int duration, int openedSceneCount, int writtenSceneCount)
```

#### Parameters

`success` [bool](https://learn.microsoft.com/dotnet/api/system.boolean)

True if the build succeeded.

`rebuild` [bool](https://learn.microsoft.com/dotnet/api/system.boolean)

True if it was a full rebuild.

`duration` [int](https://learn.microsoft.com/dotnet/api/system.int32)

Build duration in seconds.

`openedSceneCount` [int](https://learn.microsoft.com/dotnet/api/system.int32)

Number of scenes opened during the build.

`writtenSceneCount` [int](https://learn.microsoft.com/dotnet/api/system.int32)

Number of scene configs written during the build.

## Methods

### WriteProperties(ksJSON) <a href="#ks_unity_editor_ksanalytics_events_buildconfigs_writeproperties_ks_reactor_ksjson" id="ks_unity_editor_ksanalytics_events_buildconfigs_writeproperties_ks_reactor_ksjson"></a>

Writes event-specific properties to a json object.

```csharp
public override void WriteProperties(ksJSON properties)
```

#### Parameters

`properties` [ksJSON](/reactor/api-reference/ks.reactor/ks.reactor.ksjson.md)

Json object to write event-specific properties to
