Class CppActorProxy
Context proxy object for C++ Actor files.
Namespace: FlaxEditor.Content
Assembly: FlaxEngine.CSharp.dll
Syntax
[ContentContextMenu("New/C++/C++ Actor")]
public class CppActorProxy : CppProxy
Constructors
CppActorProxy()
Declaration
public CppActorProxy()
Properties
Name
Declaration
public override string Name { get; }
Property Value
System.String
|
Overrides
FlaxEditor.Content.ContentProxy.Name
Methods
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. |