Table of Contents

Method Transform

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

Transform(IMap<Vector3, TInput>)

Transforms the specified input to a corresponding output item.

protected virtual IMap<Vector3, TOutput> Transform(IMap<Vector3, TInput> input)

Parameters

input IMap<Vector3, TInput>

The input.

Returns

IMap<Vector3, TOutput>

IMap<Vector3, TOutput>.

Remarks

Override this method to change the node's behaviour.

Exceptions

NotImplementedException

Not overridden by the derived type