Search Results for

    Show / Hide Table of Contents

    Class CppProxy

    Context proxy object for C++ files.

    Inheritance
    System.Object
    FlaxEditor.Content.ContentProxy
    ScriptProxy
    CppProxy
    CppActorProxy
    CppAssetProxy
    CppScriptProxy
    CppStaticClassProxy
    Inherited Members
    ScriptProxy.TryGetProjectAtFolder(String, String)
    ScriptProxy.CanCreate(ContentFolder)
    ScriptProxy.IsFileNameValid(String)
    ScriptProxy.Open(Editor, ContentItem)
    ScriptProxy.NewItemName
    Namespace: FlaxEditor.Content
    Assembly: FlaxEngine.CSharp.dll
    Syntax
    public abstract class CppProxy : ScriptProxy

    Constructors

    CppProxy()

    Declaration
    protected CppProxy()

    Properties

    AccentColor

    Declaration
    public override Color AccentColor { get; }
    Property Value
    Color

    Overrides
    ScriptProxy.AccentColor

    FileExtension

    Declaration
    public override string FileExtension { get; }
    Property Value
    System.String

    Overrides
    FlaxEditor.Content.ContentProxy.FileExtension

    Methods

    Create(String, Object)

    Declaration
    public override void Create(string outputPath, object arg)
    Parameters
    System.String outputPath

    System.Object arg

    Overrides
    ScriptProxy.Create(String, Object)

    GetTemplatePaths(out String, out String)

    Gets the paths for header and source files to format.

    Declaration
    protected abstract void GetTemplatePaths(out string headerTemplate, out string sourceTemplate)
    Parameters
    System.String headerTemplate

    The header template path.

    System.String sourceTemplate

    The source template path.

    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)

    Extension Methods

    Extensions.ReflectiveCompare<T>(T, T)
    Extensions.RawClone<T>(T)

    See Also

    ScriptProxy
    In This Article
    Back to top Copyright © 2012-2024 Wojciech Figat