Class HoverRecognizer
Inherited Members
Namespace: Unity.UIWidgets.gestures
Syntax
public class HoverRecognizer : DiagnosticableTree
Constructors
HoverRecognizer(Object)
Declaration
public HoverRecognizer(object debugOwner = null)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Object | debugOwner |
Fields
OnPointerEnter
Declaration
public PointerHoverEnterCallback OnPointerEnter
Field Value
| Type | Description |
|---|---|
| PointerHoverEnterCallback |
OnPointerLeave
Declaration
public PointerHoverLeaveCallback OnPointerLeave
Field Value
| Type | Description |
|---|---|
| PointerHoverLeaveCallback |
Methods
debugFillProperties(DiagnosticPropertiesBuilder)
Declaration
public override void debugFillProperties(DiagnosticPropertiesBuilder properties)
Parameters
| Type | Name | Description |
|---|---|---|
| DiagnosticPropertiesBuilder | properties |