Version: Unity 6 Preview (6000.0)
LanguageEnglish
  • C#

MouseManipulator.CanStartManipulation

Declaration

protected bool CanStartManipulation(UIElements.IMouseEvent e);

Parameters

e The MouseEvent to validate.

Returns

bool True if the event satisfies the requirements. False otherwise.

Description

Checks whether MouseEvent satisfies all of the ManipulatorActivationFilter requirements.