Table of Contents

Class AggregationSet

Namespace
KSP.VFX
Assembly
Assembly-CSharp.dll
public class AggregationSet
Inheritance
AggregationSet
Inherited Members
Extension Methods

Constructors

AggregationSet()

public AggregationSet()

Fields

EventSDB

public SpatialBubbleDatabase EventSDB

Field Value

SpatialBubbleDatabase

Methods

CollectNodes(ref List<SpatialBubbleDatabaseNode>, bool)

public void CollectNodes(ref List<SpatialBubbleDatabaseNode> nodes, bool all)

Parameters

nodes List<SpatialBubbleDatabaseNode>
all bool

Initialize(List<float>)

public void Initialize(List<float> nodeRadiiSqr)

Parameters

nodeRadiiSqr List<float>

RemoveNode(ISpatialDatabaseNode)

public void RemoveNode(ISpatialDatabaseNode node)

Parameters

node ISpatialDatabaseNode

TryAddNode(ISpatialDatabaseNode)

public bool TryAddNode(ISpatialDatabaseNode node)

Parameters

node ISpatialDatabaseNode

Returns

bool