Class FXInstanceAggregator
- Namespace
- KSP.VFX
- Assembly
- Assembly-CSharp.dll
public class FXInstanceAggregator
- Inheritance
-
FXInstanceAggregator
- Inherited Members
-
- Extension Methods
-
Constructors
FXInstanceAggregator()
public FXInstanceAggregator()
Fields
InstanceSets
public Dictionary<string, AggregationSet> InstanceSets
Field Value
- Dictionary<string, AggregationSet>
Properties
CFXSystem
public ContextualFxSystem CFXSystem { get; }
Property Value
- ContextualFxSystem
Game
public GameInstance Game { get; }
Property Value
- GameInstance
Methods
CollectEvents(ref List<SpatialBubbleDatabaseNode>, bool)
public void CollectEvents(ref List<SpatialBubbleDatabaseNode> nodes, bool all)
Parameters
nodes List<SpatialBubbleDatabaseNode>
all bool
RemoveNode(FXContextualEvent)
public void RemoveNode(FXContextualEvent fxevent)
Parameters
fxevent FXContextualEvent
TryAddNode(FXContextualEvent)
public bool TryAddNode(FXContextualEvent fxevent)
Parameters
fxevent FXContextualEvent
Returns
- bool