Interface IFlowNode
- Namespace
- KSP.Sim.ResourceSystem
- Assembly
- Assembly-CSharp.dll
public interface IFlowNode
- Extension Methods
Properties
Containers
IResourceContainer[] Containers { get; }
Property Value
GlobalId
IGGuid GlobalId { get; }
Property Value
IsCompound
bool IsCompound { get; }
Property Value
Name
string Name { get; }