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

@@ -31,6 +31,9 @@ namespace FlaxEditor.Content
/// <inheritdoc />
public override string Name => "Prefab";
/// <inheritdoc />
public override string CategoryName => "Prefab";
/// <inheritdoc />
public override string FileExtension => Extension;