MCPcopy Create free account
hub / github.com/FlaxEngine/FlaxEngine / CreateControlItem

Method CreateControlItem

Source/Editor/Windows/ToolboxWindow.cs:510–513  ·  view source on GitHub ↗
(string name, ScriptType type)

Source from the content-addressed store, hash-verified

508 }
509
510 private Item CreateControlItem(string name, ScriptType type)
511 {
512 return new ScriptTypeItem(name, type, GUI.Drag.DragControlType.GetDragData(type));
513 }
514
515 private ContainerControl CreateGroupWithList(Tabs parentTabs, string title, float topOffset = 0)
516 {

Callers

nothing calls this directly

Calls 1

GetDragDataMethod · 0.45

Tested by

no test coverage detected