C# Class Knot3.Game.Data.RectangleMap

Mostrar archivo Open project: knot3/knot3-code

Public Methods

Method Description
AddEdge ( Edge edge, Node nodeA, Node nodeB, bool isVirtual ) : void
AddEdge ( Edge edge, bool isVirtual ) : void
ContainsEdge ( Node a, Node b ) : bool
RectangleMap ( Grid nodeMap ) : System.Collections.Generic
ValidPositions ( ) : IEnumerable

Method Details

AddEdge() public method

public AddEdge ( Edge edge, Node nodeA, Node nodeB, bool isVirtual ) : void
edge Edge
nodeA Node
nodeB Node
isVirtual bool
return void

AddEdge() public method

public AddEdge ( Edge edge, bool isVirtual ) : void
edge Edge
isVirtual bool
return void

ContainsEdge() public method

public ContainsEdge ( Node a, Node b ) : bool
a Node
b Node
return bool

RectangleMap() public method

public RectangleMap ( Grid nodeMap ) : System.Collections.Generic
nodeMap Grid
return System.Collections.Generic

ValidPositions() public method

public ValidPositions ( ) : IEnumerable
return IEnumerable