Class CollectCelestialBodyDataFlowAction
[Obsolete("THis action should not be used in its current state as the CB data is held in a GalaxyDefinition Addressable", true)]
public class CollectCelestialBodyDataFlowAction : SaveLoadGameFlowActionBase
- Inheritance
-
CollectCelestialBodyDataFlowAction
- Inherited Members
- Extension Methods
Constructors
CollectCelestialBodyDataFlowAction(LoadGameData)
public CollectCelestialBodyDataFlowAction(LoadGameData data)
Parameters
dataLoadGameData
Fields
CelestialBodies
public List<SerializedCelestialBody> CelestialBodies
Field Value
Properties
Game
public GameInstance Game { get; }
Property Value
Methods
CelestialBodyToSerializable(SimulationObjectModel, bool)
public SerializedCelestialBody CelestialBodyToSerializable(SimulationObjectModel objectModel, bool isAutosave)
Parameters
objectModelSimulationObjectModelisAutosavebool
Returns
CollectCelestialBodyComponents()
public void CollectCelestialBodyComponents()
DoAction(Action, Action<string>)
protected override void DoAction(Action resolve, Action<string> reject)