Coord.Coord C# (CSharp) Method

Coord() public method

public Coord ( int x, int y ) : System.Collections
x int
y int
return System.Collections
    public Coord(int x, int y)
    {
        this.x = x;
        this.y = y;
    }

Same methods

Coord::Coord ( Vector2 vector ) : System.Collections
Coord::Coord ( float x, float y ) : System.Collections