-
Notifications
You must be signed in to change notification settings - Fork 3
FlowchartSaver_ClassAPI
CG-Tespy edited this page May 4, 2020
·
3 revisions
Default module for creating save data for Flowcharts in the current scene.
Inherits: DataSaver<FlowchartData>
Implements:
- ISaveCreator<FlowchartData, Flowchart>
- IGroupSaver<FlowchartData>
protected Flowchart[] flowcharts
- Decides which Flowcharts get their states saved.
virtual FlowchartData CreateSave(Flowchart flowchart)
- Creates a single FlowchartData object from the passed Flowchart
- Creates one FlowchartData for each Flowchart registered with this Saver, returning them all in a list.
- Creates and returns a list of SaveDataItems created from each flowchart registered with this Saver.
- Creates a and returns a single SaveDataItem from the passed Flowchart.