Table of Contents

Method To2DXZ

Namespace
Gamelogic.Grids2
Assembly
Gamelogic.Grids2.dll

To2DXZ<TInput>(IMap<TInput, Vector3>)

Creates a Composed map with a 2D XZMap.

public static IMap<TInput, Vector2> To2DXZ<TInput>(this IMap<TInput, Vector3> map)

Parameters

map IMap<TInput, Vector3>

Base map where you apply this call.

Returns

IMap<TInput, Vector2>

Type Parameters

TInput

Type of the input.