# AddGameObjectEntriesTo(DropdownMenu)

> Adds the default actions for a GameObject and the component menu items of the current selection to the Scene view context menu.

## Definition

* **Type:** Method
* **Namespace:** [UnityEditor.Actions](/engine/6000.5/script-reference/unityeditor/actions.md)
* **Assembly:** UnityEditor.CoreModule

```csharp
public static void AddGameObjectEntriesTo(DropdownMenu menu)
```

### Parameters

**** (\[DropdownMenu]\(/engine/6000.5/script-reference/unityengine/uielements/dropdownmenu)): The Scene view context menu to add the default actions for a [GameObject](/engine/6000.5/script-reference/unityengine/gameobject.md) and the component menu items of the current selection to
