Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


PopulateContextMenu(IRenderPipelineGraphicsSettings, PropertyDrawer, ref GenericMenu)

Allows to populate context menu with custom methods for your IRenderPipelineGraphicsSettings.
Read time 1 minuteLast updated 12 days ago

Definition

PopulateContextMenu(IRenderPipelineGraphicsSettings, PropertyDrawer, GenericMenu)

Warning
Deprecated. IRenderPipelineGraphicsSettingsContextMenu is deprecated and will be removed in a future release. Use IRenderPipelineGraphicsSettingsContextMenu2 instead. #from(6000.0)
void PopulateContextMenu(IRenderPipelineGraphicsSettings setting, PropertyDrawer drawer, ref GenericMenu menu)

Parameters


The PropertyDrawer being used to draw settings.

The UITK GenericDropdownMenu being constructed.