Method WithIncY
- Namespace
- Gamelogic.Extensions
- Assembly
- Gamelogic.Extensions.dll
WithIncY(Vector2, float)
Returns a copy of the vector with the y-coordinate incremented with the given value.
public static Vector2 WithIncY(this Vector2 vector, float yInc)
Parameters
Returns
WithIncY(Vector3, float)
Returns a copy of the vector with the y-coordinate incremented with the given value.
public static Vector3 WithIncY(this Vector3 vector, float yInc)