> 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/skillui/fields/eventonhoverexit.md).

# eventOnHoverExit

Defines the logic that will be executed when you exit hovering over the skill.&#x20;

### Implementation

```csharp
protected UnityEvent eventOnHoverExit;
```

### FieldValue

[UnityEvent](https://docs.unity3d.com/ScriptReference/Events.UnityEvent.html)
