Class CSharpScriptProxy
Context proxy object for C# script files.
Namespace: FlaxEditor.Content
Assembly: FlaxEngine.CSharp.dll
Syntax
[ContentContextMenu("New/C#/C# Script")]
public class CSharpScriptProxy : CSharpProxy
Constructors
CSharpScriptProxy()
Declaration
public CSharpScriptProxy()
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 |