Search Results for

    Show / Hide Table of Contents

    Class CSharpEmptyInterfaceProxy

    Context proxy object for empty C# interface files.

    Inheritance
    System.Object
    FlaxEditor.Content.ContentProxy
    ScriptProxy
    CSharpProxy
    CSharpEmptyInterfaceProxy
    Inherited Members
    CSharpProxy.ExtensionFilter
    CSharpProxy.IsProxyFor(ContentItem)
    CSharpProxy.ConstructItem(String)
    CSharpProxy.Create(String, Object)
    CSharpProxy.FileExtension
    CSharpProxy.AccentColor
    ScriptProxy.TryGetProjectAtFolder(String, String)
    ScriptProxy.CanCreate(ContentFolder)
    ScriptProxy.IsFileNameValid(String)
    ScriptProxy.Open(Editor, ContentItem)
    ScriptProxy.NewItemName
    Namespace: FlaxEditor.Content
    Assembly: FlaxEngine.CSharp.dll
    Syntax
    [ContentContextMenu("New/C#/C# Interface")]
    public class CSharpEmptyInterfaceProxy : CSharpProxy

    Constructors

    CSharpEmptyInterfaceProxy()

    Declaration
    public CSharpEmptyInterfaceProxy()

    Properties

    Name

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

    Overrides
    FlaxEditor.Content.ContentProxy.Name

    Methods

    GetTemplatePath(out String)

    Gets the path for the C# template.

    Declaration
    protected override void GetTemplatePath(out string path)
    Parameters
    System.String path

    The path to the template

    Overrides
    CSharpProxy.GetTemplatePath(out String)

    Extension Methods

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

    See Also

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