Class ConstructionGraphEdge
Inheritance
System.Object
ConstructionGraphEdge
Assembly: Content.Shared.dll
Syntax
public sealed class ConstructionGraphEdge : object
Properties
|
Improve this Doc
View Source
Completed
Declaration
public IReadOnlyList<IGraphAction> Completed { get; }
Property Value
|
Improve this Doc
View Source
Conditions
Declaration
public IReadOnlyList<IGraphCondition> Conditions { get; }
Property Value
|
Improve this Doc
View Source
Steps
Declaration
public IReadOnlyList<ConstructionGraphStep> Steps { get; }
Property Value
|
Improve this Doc
View Source
Target
Declaration
public string Target { get; }
Property Value
Type |
Description |
System.String |
|