C# Class StonehearthEditor.EncounterNodeData

Inheritance: NodeData
Exibir arquivo Open project: stonehearth/stonehearth-editor Class Usage Examples

Public Methods

Method Description
AddOutEdge ( GameMasterNode nodeFile ) : bool
Clone ( GameMasterNode nodeFile ) : NodeData
LoadData ( GameMasterNode>.Dictionary allNodes ) : void
PostLoadFixup ( ) : void
UpdateGraphNode ( Microsoft.Msagl.Drawing.Node graphNode ) : void

Protected Methods

Method Description
UpdateOutEdges ( Microsoft.Msagl.Drawing.Graph graph ) : void

Private Methods

Method Description
AddOutEdgesRecursive ( JToken outEdgeSpec, List list ) : void
GetOutEdges ( ) : List
ParseOutEdges ( JToken outEdgeSpec ) : List

Method Details

AddOutEdge() public method

public AddOutEdge ( GameMasterNode nodeFile ) : bool
nodeFile GameMasterNode
return bool

Clone() public method

public Clone ( GameMasterNode nodeFile ) : NodeData
nodeFile GameMasterNode
return NodeData

LoadData() public method

public LoadData ( GameMasterNode>.Dictionary allNodes ) : void
allNodes GameMasterNode>.Dictionary
return void

PostLoadFixup() public method

public PostLoadFixup ( ) : void
return void

UpdateGraphNode() public method

public UpdateGraphNode ( Microsoft.Msagl.Drawing.Node graphNode ) : void
graphNode Microsoft.Msagl.Drawing.Node
return void

UpdateOutEdges() protected method

protected UpdateOutEdges ( Microsoft.Msagl.Drawing.Graph graph ) : void
graph Microsoft.Msagl.Drawing.Graph
return void