This version of Unity is unsupported.

GridBrushEditorBase.OnToolDeactivated

Declaration

public void OnToolDeactivated(Tool tool);

Parameters

tool Tool that is deactivated.

Description

Callback when a Tool is deactivated.

Implement this for any special behaviours when a Tool is deactivated.