MCPcopy 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

FunctionInputNodeMethod · 0.45
FunctionOutputNodeMethod · 0.45
UpdateUIMethod · 0.45
UpdateComboMethod · 0.45
UpdateComboMethod · 0.45
UpdateUIMethod · 0.45
InitSharedMenusMethod · 0.45
InitToolstripMethod · 0.45

Calls 1

AddMethod · 0.45

Tested by

no test coverage detected