Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


ContextClickEvent

The event sent when clicking the right mouse button.
Read time 2 minutesLast updated 5 days ago

Definition

public class ContextClickEvent : MouseEventBase<ContextClickEvent>, IDisposable, IMouseEvent

Constructors

Constructor

Description

ContextClickEvent()Constructor. Use GetPooled() to get an event from a pool of reusable events.

Methods

Method

Description

InitResets the event members to their initial values.

Inheritance

Inherited Members