> For the complete documentation index, see [llms.txt](https://docs.mitschmr-studios.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.mitschmr-studios.io/skills/skills/api-documentation/skillcontextmenuui.md).

# SkillContextMenuUI

Contains references to the buttons for unlocking a skill and adding/removing it from/to the skill bar.&#x20;

### Implementation

```csharp
public class SkillContextMenuUI : MonoBehaviour
```

### Inheritance

[MonoBehaviour](https://docs.unity3d.com/ScriptReference/MonoBehaviour.html) --> [SkillContextMenuUI](/skills/skills/api-documentation/skillcontextmenuui.md)

### Fields

| Name                                                                                                               | Description                                     |
| ------------------------------------------------------------------------------------------------------------------ | ----------------------------------------------- |
| [buttonUnlock](/skills/skills/api-documentation/skillcontextmenuui/fields/buttonunlock.md)                         | Button which unlocks the skill                  |
| [buttonAddToSkillBar](/skills/skills/api-documentation/skillcontextmenuui/fields/buttonaddtoskillbar.md)           | Button which adds a skill to the skill bar      |
| [buttonRemoveFromSkillBar](/skills/skills/api-documentation/skillcontextmenuui/fields/buttonremovefromskillbar.md) | Button which removes a skill from the skill bar |
