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