Class CSharpEmptyProxy
Context proxy object for empty C# files.
Namespace: FlaxEditor.Content
Assembly: FlaxEngine.CSharp.dll
Syntax
[ContentContextMenu("New/C#/C# Empty File")]
public class CSharpEmptyProxy : CSharpProxy
Constructors
CSharpEmptyProxy()
Declaration
public CSharpEmptyProxy()
Properties
Name
Declaration
public override string Name { get; }
Property Value
System.String
|
Overrides
FlaxEditor.Content.ContentProxy.Name
Methods
GetTemplatePath(out String)
Gets the path for the C# template.
Declaration
protected override void GetTemplatePath(out string path)
Parameters
System.String
path
The path to the template |