Editor<T>.

CheckMiddleClick(Rect) Method

Summary

Checks if the current event is a Middle Click to open the script in the user's script editor application, or Ctrl + Middle Click to open or create its custom inspector script.

Syntax

public virtual void CheckMiddleClick(Rect area)

Parameters

Name Type Description
area Rect

Return Value

Type Description
void