UnityEngine.Vector2.Vector2 C# (CSharp) Метод

Vector2() публичный Метод

public Vector2 ( float x, float y ) : System
x float
y float
Результат System
        public Vector2(float x, float y)
        {
            this.x = x;
            this.y = y;
        }

Same methods

Vector2::Vector2 ( ) : System