Add simplified collider for in-built primitive meshes
This commit is contained in:
@@ -290,11 +290,6 @@ namespace FlaxEditor.Windows
|
||||
return new Item(name, GUI.Drag.DragItems.GetDragData(path));
|
||||
}
|
||||
|
||||
private Item CreateActorItem(string name, Type type)
|
||||
{
|
||||
return CreateActorItem(name, new ScriptType(type));
|
||||
}
|
||||
|
||||
private Item CreateActorItem(string name, ScriptType type)
|
||||
{
|
||||
return new ScriptTypeItem(name, type, GUI.Drag.DragActorType.GetDragData(type));
|
||||
|
||||
Reference in New Issue
Block a user