C# Class Fungus.FlowchartData

Afficher le fichier Open project: snozbot/fungus Class Usage Examples

Méthodes publiques

Méthode 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 méthode

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
Résultat void

Encode() public static méthode

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
Résultat FlowchartData