Class CppScriptProxy
Context proxy object for C++ script files.
Namespace: FlaxEditor.Content
Assembly: FlaxEngine.CSharp.dll
Syntax
[ContentContextMenu("New/C++/C++ Script")]
public class CppScriptProxy : CppProxy
Constructors
CppScriptProxy()
Declaration
public CppScriptProxy()
Properties
Name
Declaration
public override string Name { get; }
Property Value
System.String
|
Overrides
FlaxEditor.Content.ContentProxy.Name
Methods
ConstructItem(String)
Declaration
public override ContentItem ConstructItem(string path)
Parameters
System.String
path
|
Returns
FlaxEditor.Content.ContentItem
|
Overrides
FlaxEditor.Content.ContentProxy.ConstructItem(System.String)
GetTemplatePaths(out String, out String)
Gets the paths for header and source files to format.
Declaration
protected override void GetTemplatePaths(out string headerTemplate, out string sourceTemplate)
Parameters
System.String
headerTemplate
The header template path. |
System.String
sourceTemplate
The source template path. |
Overrides
IsProxyFor(ContentItem)
Declaration
public override bool IsProxyFor(ContentItem item)
Parameters
FlaxEditor.Content.ContentItem
item
|
Returns
System.Boolean
|