changed way that the the new menu is generated. Added category name to proxies

This commit is contained in:
Chandler Cox
2022-10-30 14:30:32 -05:00
parent 3c689a4697
commit 050635b2cd
31 changed files with 149 additions and 54 deletions

View File

@@ -42,6 +42,9 @@ namespace FlaxEditor.Content
{
/// <inheritdoc />
public override string Name => "Collision Data";
/// <inheritdoc />
public override string CategoryName => "Physics";
/// <inheritdoc />
public override EditorWindow Open(Editor editor, ContentItem item)