plus

operator fun plus(other: Vector3): Vector3

Adds another Vector3 instance to this Vector3 instance.

Return

A new Vector3 instance representing the result of addition.

Parameters

other

The Vector3 instance to add.