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