Table of Contents

Interface IFlowNode

Namespace
KSP.Sim.ResourceSystem
Assembly
Assembly-CSharp.dll
public interface IFlowNode
Extension Methods

Properties

Containers

IResourceContainer[] Containers { get; }

Property Value

IResourceContainer[]

GlobalId

IGGuid GlobalId { get; }

Property Value

IGGuid

IsCompound

bool IsCompound { get; }

Property Value

bool

Name

string Name { get; }

Property Value

string