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