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
Methods
ToString()
Declaration
public override string ToString()
Returns
System.String
|