Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


CanStopManipulation(IMouseEvent)

Checks whether the MouseEvent is related to this Manipulator.
Read time 1 minuteLast updated 12 days ago

Definition

protected bool CanStopManipulation(IMouseEvent e)

Parameters

MouseEvent to validate.

Returns

Type

Description

boolTrue if MouseEvent uses the current activator button. False otherwise.