Class Menu
Inherited Members
Namespace: UnityEditor
Assembly: UnityEditor.dll
Syntax
public sealed class Menu
Methods
GetChecked(String)
Declaration
public static bool GetChecked(string menuPath)
Parameters
| Type | Name | Description |
|---|---|---|
| String | menuPath |
Returns
| Type | Description |
|---|---|
| Boolean |
SetChecked(String, Boolean)
Declaration
public static void SetChecked(string menuPath, bool isChecked)
Parameters
| Type | Name | Description |
|---|---|---|
| String | menuPath | |
| Boolean | isChecked |