Class NodeContainerComponent
Creates and maintains a set of Nodes.
Inheritance
System.Object
NodeContainerComponent
Namespace: Content.Server.NodeContainer
Assembly: Content.Server.dll
Syntax
public sealed class NodeContainerComponent : Component
Fields
| Improve this Doc View SourceExaminable
Declaration
public bool Examinable
Field Value
Type | Description |
---|---|
System.Boolean |
Properties
| Improve this Doc View SourceNodes
Declaration
public Dictionary<string, Node> Nodes { get; }
Property Value
Type | Description |
---|---|
Dictionary<System.String, Node> |