Class CppStaticClassProxy
Context proxy object for C++ Json Asset files.
Namespace: FlaxEditor.Content
Assembly: FlaxEngine.CSharp.dll
Syntax
[ContentContextMenu("New/C++/C++ Function Library")]
public class CppStaticClassProxy : CppProxy
Constructors
CppStaticClassProxy()
Declaration
public CppStaticClassProxy()
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. |