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

Method CreateActorItem

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

Source from the content-addressed store, hash-verified

503 }
504
505 private Item CreateActorItem(string name, ScriptType type)
506 {
507 return new ScriptTypeItem(name, type, GUI.Drag.DragActorType.GetDragData(type));
508 }
509
510 private Item CreateControlItem(string name, ScriptType type)
511 {

Callers

nothing calls this directly

Calls 1

GetDragDataMethod · 0.45

Tested by

no test coverage detected