C# Class Algorithmix.Tools.Exporter

Show file Open project: Algorithmix/Papyrus

Public Methods

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

Method Details

ClusterToJson() public static method

public static ClusterToJson ( INode root ) : string
root INode
return string

ExportJson() public static method

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