GenericDropdown.

AddItem(string, bool, GenericMenu.MenuFunction) Method

Summary

Adds an item which will run the `function` when selected.
Assembly
UltEvents.dll
Namespace
UltEvents.Editor
Containing Type
GenericDropdown

Syntax

public void AddItem(string path, bool on, GenericMenu.MenuFunction function)

Parameters

Name Type Description
path string
on bool
function GenericMenu.MenuFunction

Return Value

Type Description
void