Class NamedGraph
Inheritance
System.Object
NamedGraph
Assembly: Eco.Gameplay.dll
Syntax
public class NamedGraph : Object
Constructors
NamedGraph(LocString, LocString, Graph)
Declaration
public NamedGraph(LocString category, LocString name, Graph graph)
Parameters
Properties
Category
Declaration
public LocString Category { get; set; }
Property Value
Graph
Declaration
public Graph Graph { get; set; }
Property Value
Name
Declaration
public LocString Name { get; set; }
Property Value
Extension Methods