Div

Div(Vector3Int, int)

public static Vector3Int Div(this Vector3Int v, int i) ;

Description

Divide Vector3Int by an integer.

Parameters

Parameter Name Description
v Vector3Int of the divisor
i Integer for the divisor

Returns

Returns the divided Vector3Int.