BaseInspectableAttributeDrawer.

PopulateContextMenu(GenericMenu, Object[]) Method

Summary

Adds various items to the `menu` relating to the `targets`.

Syntax

protected virtual void PopulateContextMenu(GenericMenu menu, Object[] targets)

Parameters

Name Type Description
menu GenericMenu
targets Object[]

Return Value

Type Description
void