Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FlaxEngine/FlaxEngine
/ AddItem
Method
AddItem
Source/Editor/GUI/ComboBox.cs:303–306 ·
view source on GitHub ↗
Adds the item. The item.
(string item)
Source
from the content-addressed store, hash-verified
301
/// </summary>
302
/// <param name=
"item"
>The item.</param>
303
public void AddItem(string item)
304
{
305
_items.Add(item);
306
}
307
308
/// <summary>
309
/// Adds the items.
Callers
15
OnAddParameterButtonClicked
Method · 0.45
OnAddModuleButtonClicked
Method · 0.45
FunctionInputNode
Method · 0.45
FunctionOutputNode
Method · 0.45
UpdateUI
Method · 0.45
UpdateCombo
Method · 0.45
UpdateCombo
Method · 0.45
UpdateUI
Method · 0.45
InitSharedMenus
Method · 0.45
InitToolstrip
Method · 0.45
OnAddScriptButtonClicked
Method · 0.45
OnSetTypeButtonClicked
Method · 0.45
Calls
1
Add
Method · 0.45
Tested by
no test coverage detected