C# Class Fungus.FlowchartData

Datei anzeigen Open project: snozbot/fungus Class Usage Examples

Public Methods

Method Description
Decode ( FlowchartData flowchartData ) : void

Decodes a FlowchartData object and uses it to restore the state of a Flowchart in the scene.

Encode ( Flowchart flowchart ) : FlowchartData

Encodes the data in a Flowchart into a structure that can be stored by the save system.

Method Details

Decode() public static method

Decodes a FlowchartData object and uses it to restore the state of a Flowchart in the scene.
public static Decode ( FlowchartData flowchartData ) : void
flowchartData FlowchartData
return void

Encode() public static method

Encodes the data in a Flowchart into a structure that can be stored by the save system.
public static Encode ( Flowchart flowchart ) : FlowchartData
flowchart Flowchart
return FlowchartData