UnityEngine.Vector2.Vector2 C# (CSharp) Method

Vector2() public method

public Vector2 ( float x, float y ) : System
x float
y float
return System
        public Vector2(float x, float y)
        {
            this.x = x;
            this.y = y;
        }

Same methods

Vector2::Vector2 ( ) : System