C# (CSharp) ME3Explorer.DialogEditor Namespace

Classes

Name Description
AddReply
DialogEditor
DialogVis Creates a simple graph control with some random nodes and connected edges. An event handler allows users to drag nodes around, keeping the edges connected.
DialogVis.NodeDragHandler Simple event handler which applies the following actions to every node it is called on: * Drag the node, and associated edges on mousedrag It assumes that the node's Tag references an ArrayList with a list of associated edges where each edge is a PPath which each have a Tag that references an ArrayList with a list of associated nodes.
DlgEntry
DlgLine
DlgObj
DlgObj.OutputLink
DlgReply
DlgStart