Method To2DXY
To2DXY<TInput>(IMap<TInput, Vector3>)
Creates a Composed map with a 2D XYMap.
public static IMap<TInput, Vector2> To2DXY<TInput>(this IMap<TInput, Vector3> map)Parameters
Returns
Type Parameters
- TInput
- Type of the input. 
Creates a Composed map with a 2D XYMap.
public static IMap<TInput, Vector2> To2DXY<TInput>(this IMap<TInput, Vector3> map)TInputType of the input.