Class ConstructionComponent
Inheritance
System.Object
ConstructionComponent
Assembly: Content.Server.dll
Syntax
public sealed class ConstructionComponent : Component
Fields
|
Improve this Doc
View Source
InteractionQueue
Declaration
public readonly Queue<object> InteractionQueue
Field Value
Type |
Description |
Queue<System.Object> |
|
Properties
|
Improve this Doc
View Source
Containers
Declaration
public HashSet<string> Containers { get; set; }
Property Value
Type |
Description |
HashSet<System.String> |
|
|
Improve this Doc
View Source
DeconstructionNode
Declaration
public string? DeconstructionNode { get; set; }
Property Value
Type |
Description |
System.Nullable<System.String> |
|
|
Improve this Doc
View Source
EdgeIndex
Declaration
public int? EdgeIndex { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|
|
Improve this Doc
View Source
Graph
Declaration
public string Graph { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Node
Declaration
public string Node { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
NodePathfinding
Declaration
public Queue<string>? NodePathfinding { get; set; }
Property Value
Type |
Description |
System.Nullable<Queue<System.String>> |
|
|
Improve this Doc
View Source
StepIndex
Declaration
public int StepIndex { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
TargetEdgeIndex
Declaration
public int? TargetEdgeIndex { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|
|
Improve this Doc
View Source
TargetNode
Declaration
public string? TargetNode { get; set; }
Property Value
Type |
Description |
System.Nullable<System.String> |
|