Versions with this page:
Versions without this page:
Доступ к x или y компонентам используются [0] или [1] соответственно
x
y
using UnityEngine; using System.Collections;public class ExampleClass : MonoBehaviour { public Vector2 p; void Example() { p[1] = 5; } }