(string name, ScriptType type)
| 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 | { |
nothing calls this directly
no test coverage detected