Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


PointerOverLinkTagEvent

This event is sent when a pointer enters a link tag.
Read time 3 minutesLast updated 7 days ago

Definition

public class PointerOverLinkTagEvent : PointerEventBase<PointerOverLinkTagEvent>, IDisposable, IPointerEvent

Constructors

Constructor

Description

PointerOverLinkTagEvent()Constructor.

Properties

Property

Description

linkIDLinkTag corresponding linkID.
linkTextLinkTag corresponding text.

Methods

Method

Description

InitResets the event members to their initial values.

Static Methods

Method

Description

GetPooledGets an event from the event pool and initializes it with the given values. Use this function instead of creating new events. Events obtained using this method need to be released back to the pool. You can use
Dispose()
to release them.

Inheritance

Inherited Members