Method To2DXY
To2DXY<TInput>(IMap<TInput, Vector3>)
Creates a Composed map with a 2D XYMap.
[SuppressMessage("ReSharper", "InconsistentNaming", Justification = "Name has math parts.")]
[SuppressMessage("ReSharper", "IdentifierTypo", Justification = "Name has math parts.")]
public static IMap<TInput, Vector2> To2DXY<TInput>(this IMap<TInput, Vector3> map)
Parameters
Returns
Type Parameters
TInputType of the input.