Class CSharpProxy
Proxy object for C# files
Inheritance
System.Object
FlaxEditor.Content.ContentProxy
CSharpProxy
Namespace: FlaxEditor.Content
Assembly: FlaxEngine.CSharp.dll
Syntax
public abstract class CSharpProxy : ScriptProxy
Constructors
CSharpProxy()
Declaration
protected CSharpProxy()
Fields
ExtensionFilter
The script files extension filter.
Declaration
public static readonly string ExtensionFilter
Field Value
System.String
|
Properties
AccentColor
FileExtension
Declaration
public override string FileExtension { get; }
Property Value
System.String
|
Overrides
FlaxEditor.Content.ContentProxy.FileExtension
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)
Create(String, Object)
Declaration
public override void Create(string outputPath, object arg)
Parameters
System.String
outputPath
|
System.Object
arg
|
Overrides
GetTemplatePath(out String)
Gets the path for the C# template.
Declaration
protected abstract void GetTemplatePath(out string path)
Parameters
System.String
path
The path to the template |
IsProxyFor(ContentItem)
Declaration
public override bool IsProxyFor(ContentItem item)
Parameters
FlaxEditor.Content.ContentItem
item
|
Returns
System.Boolean
|
Overrides
FlaxEditor.Content.ContentProxy.IsProxyFor(FlaxEditor.Content.ContentItem)