# 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)
