changed way that the the new menu is generated. Added category name to proxies
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user