Search Results for

    Show / Hide Table of Contents

    Class ProjectInfo.Reference

    The project reference.

    Inheritance
    System.Object
    ProjectInfo.Reference
    Namespace: FlaxEditor
    Assembly: FlaxEngine.CSharp.dll
    Syntax
    public class Reference : Object

    Constructors

    Reference()

    Declaration
    public Reference()

    Fields

    Name

    The referenced project name.

    Declaration
    public string Name
    Field Value
    System.String

    Project

    The referenced project.

    Declaration
    public ProjectInfo Project
    Field Value
    ProjectInfo

    Methods

    ToString()

    Declaration
    public override string ToString()
    Returns
    System.String

    Extension Methods

    Extensions.ReflectiveCompare<T>(T, T)
    Extensions.DeepClone<T>(T)
    Extensions.RawClone<T>(T)
    In This Article
    Back to top Copyright © 2012-2024 Wojciech Figat