Table of Contents

Method Execute

Namespace
Gamelogic.Grids2.Graph
Assembly
Gamelogic.Grids2.dll

Execute(IEnumerable<IMap<Vector3, None>>)

Calculates a list of output from a given list of input.

public override sealed List<IMap<Vector3, T>> Execute(IEnumerable<IMap<Vector3, None>> input)

Parameters

input IEnumerable<IMap<Vector3, None>>

The input values to base the computation on.

Returns

List<IMap<Vector3, T>>

The list of output values.