changed way that the the new menu is generated. Added category name to proxies
This commit is contained in:
@@ -22,6 +22,9 @@ namespace FlaxEditor.Content
|
||||
|
||||
/// <inheritdoc />
|
||||
public override string Name => "Particle Emitter";
|
||||
|
||||
/// <inheritdoc />
|
||||
public override string CategoryName => "Particles";
|
||||
|
||||
/// <inheritdoc />
|
||||
public override EditorWindow Open(Editor editor, ContentItem item)
|
||||
|
||||
Reference in New Issue
Block a user