Table of Contents

Method Execute

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

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

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

public override sealed List<IMap<Vector3, TOutput>> Execute(IEnumerable<IMap<Vector3, TInput>> input)

Parameters

input IEnumerable<IMap<Vector3, TInput>>

The input values to base the computation on.

Returns

List<IMap<Vector3, TOutput>>

The list of output values.