# IsPlayerBuild

> Returns true if the build is a player build type.

## Definition

* **Type:** Property
* **Namespace:** [UnityEditor.Build](/engine/6000.7/script-reference/unityeditor/build.md)
* **Assembly:** UnityEditor.CoreModule

```csharp
public bool IsPlayerBuild { get; }
```
