Method To2DXZ
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
Returns
Type Parameters
- TInput
- Type of the input. 
Creates a Composed map with a 2D XZMap.
public static IMap<TInput, Vector2> To2DXZ<TInput>(this IMap<TInput, Vector3> map)TInputType of the input.