Content-Length: 18516 | pFad | https://docs.unity3d.com/ScriptReference/../Manual/../ScriptReference/Vector2-operator_add.html
Adds two vectors.
Adds corresponding components together.
using UnityEngine; using System.Collections;
public class ExampleClass : MonoBehaviour { void Start() { print(new Vector2(1, 2) + new Vector2(2, 3)); } }
Fetched URL: https://docs.unity3d.com/ScriptReference/../Manual/../ScriptReference/Vector2-operator_add.html
Alternative Proxies: