Coord.Coord C# (CSharp) Méthode

Coord() public méthode

public Coord ( float x, float y ) : System.Collections
x float
y float
Résultat System.Collections
    public Coord(float x, float y)
        : this((int)x, (int)y)
    {
    }

Same methods

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