Class Edge
- Namespace
- KSP.Sim.ResourceSystem
- Assembly
- Assembly-CSharp.dll
public class Edge : IFlowEdge
- Inheritance
-
Edge
- Implements
-
- Inherited Members
-
- Extension Methods
-
Properties
CanBeFlowSearched
public bool CanBeFlowSearched { get; }
Property Value
- bool
IsCompoundConnection
public bool IsCompoundConnection { get; }
Property Value
- bool
IsCrossfeedEnabled
public bool IsCrossfeedEnabled { get; }
Property Value
- bool
IsStructureBoundary
public bool IsStructureBoundary { get; }
Property Value
- bool
Methods
NewAttachment(bool)
public static Edge NewAttachment(bool crossfeedEnabled = true)
Parameters
crossfeedEnabled bool
Returns
- Edge
NewDecoupler(bool)
public static Edge NewDecoupler(bool crossfeedEnabled = true)
Parameters
crossfeedEnabled bool
Returns
- Edge
NewFuelLine(bool, bool)
public static Edge NewFuelLine(bool crossfeedEnabled = true, bool isCompoundConnection = false)
Parameters
crossfeedEnabled bool
isCompoundConnection bool
Returns
- Edge
NewStrut()
public static Edge NewStrut()
Returns
- Edge
ToString()
public override string ToString()
Returns
- string