ShapeNodeGetEdges Method

Returns the possible ChangeTetrominoAction actions that can be taken from this node.

Definition

Namespace: SimpleAIPlayer
Assembly: SimpleAIPlayer (in SimpleAIPlayer.dll) Version: 1.0.0+d0f5e2a7a5f4bb0431970f279d2f79d24b15d256
C#
public IEnumerable<IEdge<ShapeNode>> GetEdges()

Return Value

IEnumerableIEdgeShapeNode
An enumerable collection of the incident edges.

Implements

INodeTSelfGetEdges

See Also