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