C# Class Algorithmix.Tools.Exporter

Afficher le fichier Open project: Algorithmix/Papyrus

Méthodes publiques

Méthode Description
ClusterToJson ( INode root ) : string
ExportJson ( INode root, String path = @"..\..\visualizer\data.js" ) : void

Method Details

ClusterToJson() public static méthode

public static ClusterToJson ( INode root ) : string
root INode
Résultat string

ExportJson() public static méthode

public static ExportJson ( INode root, String path = @"..\..\visualizer\data.js" ) : void
root INode
path String
Résultat void