UnityEngine.Vector2.Vector2 C# (CSharp) Method

Vector2() static private method

static private Vector2 ( ) : System
return System
		static Vector2() {
			Zero = new Vector2(0, 0);
		}
    }

Same methods

Vector2::Vector2 ( float x, float y ) : System