# isOpen

Boolean value indicating if the skill tree is open or closed.&#x20;

### Implementation

```csharp
protected bool isOpen;
```

### FieldValue

[bool](https://docs.microsoft.com/en-us/dotnet/csharp/language-reference/builtin-types/bool)
