Vector3.operator +static operator + (a : Vector3, b : Vector3) : Vector3DescriptionAdds two vectors. Adds corresponding components together.
JavaScript
// prints (5.0,7.0,9.0) using UnityEngine; import UnityEngine |
|
||||
| Scripting > Runtime Classes > Vector3 | ||||
Vector3.operator +static operator + (a : Vector3, b : Vector3) : Vector3DescriptionAdds two vectors. Adds corresponding components together.
JavaScript
// prints (5.0,7.0,9.0) using UnityEngine; import UnityEngine |