Show / Hide Table of Contents

Class ConstructionGraphEdge

Inheritance
System.Object
ConstructionGraphEdge
Namespace: Content.Shared.Construction
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
Type Description
IReadOnlyList<IGraphAction>
| Improve this Doc View Source

Conditions

Declaration
public IReadOnlyList<IGraphCondition> Conditions { get; }
Property Value
Type Description
IReadOnlyList<IGraphCondition>
| Improve this Doc View Source

Steps

Declaration
public IReadOnlyList<ConstructionGraphStep> Steps { get; }
Property Value
Type Description
IReadOnlyList<ConstructionGraphStep>
| Improve this Doc View Source

Target

Declaration
public string Target { get; }
Property Value
Type Description
System.String
  • Improve this Doc
  • View Source
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾