Gets all the out-going edges of a given node
Namespace:
Hilva.AI.GraphsAssembly: Hilva (in Hilva.dll)
Syntax
| C# |
|---|
public IEnumerable<Edge> GetEdges( int nodeIndex ) |
Parameters
- nodeIndex
- Type: System..::.Int32
|
|
| Hilva XNA Graphics Engine |
| SparseGraph<(Of <(TNode>)>)..::.GetEdges Method |
| SparseGraph<(Of <(TNode>)>) Class See Also Send Feedback |
| C# |
|---|
public IEnumerable<Edge> GetEdges( int nodeIndex ) |