Coord.Coord C# (CSharp) Method

Coord() public method

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

Same methods

Coord::Coord ( float x, float y ) : System.Collections
Coord::Coord ( int x, int y ) : System.Collections