# IsActivatingSkill

Boolean value indicating if a skill is being activated.&#x20;

### Implementation

```csharp
public bool IsActivatingSkill { get; protected set; }
```

### FieldValue

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