C# Class GoodAI.BrainSimulator.Forms.MainForm.WorldChangedEventArgs

Inheritance: System.EventArgs
Exibir arquivo Open project: GoodAI/BrainSimulator

Public Methods

Method Description
WorldChangedEventArgs ( GoodAI.Core.Nodes.MyWorld oldWorld, GoodAI.Core.Nodes.MyWorld newWorld ) : GoodAI.BrainSimulator.NodeView

Method Details

WorldChangedEventArgs() public method

public WorldChangedEventArgs ( GoodAI.Core.Nodes.MyWorld oldWorld, GoodAI.Core.Nodes.MyWorld newWorld ) : GoodAI.BrainSimulator.NodeView
oldWorld GoodAI.Core.Nodes.MyWorld
newWorld GoodAI.Core.Nodes.MyWorld
return GoodAI.BrainSimulator.NodeView