Table of Contents

Method Transform

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

Transform(IMap<Vector3, Vector3>)

Transforms the specified input to a corresponding output item.

protected override IMap<Vector3, Vector3> Transform(IMap<Vector3, Vector3> input)

Parameters

input IMap<Vector3, Vector3>

The input.

Returns

IMap<Vector3, Vector3>

IMap<Vector3, TOutput>.

Remarks

Override this method to change the node's behaviour.

Exceptions

NotImplementedException

Not overridden by the derived type