changed to use attribute to add items to the content context menu, this also allows users to add their own items to the CM
This commit is contained in:
@@ -12,6 +12,7 @@ namespace FlaxEditor.Content
|
||||
/// Context proxy object for C# script files.
|
||||
/// </summary>
|
||||
/// <seealso cref="FlaxEditor.Content.CSharpScriptProxy" />
|
||||
[ContentContextMenu("New/C# Script")]
|
||||
public class CSharpScriptProxy : ScriptProxy
|
||||
{
|
||||
/// <summary>
|
||||
|
||||
Reference in New Issue
Block a user