Table of Contents

Method WithIncZ

Namespace
Gamelogic.Extensions
Assembly
Gamelogic.Extensions.dll

WithIncZ(Vector3, float)

Returns a copy of the vector with the z-coordinate incremented with the given value.

public static Vector3 WithIncZ(this Vector3 vector, float zInc)

Parameters

vector Vector3
zInc float

Returns

Vector3