Monobjc.Types.TSPoint.TSPoint C# (CSharp) Méthode

TSPoint() public méthode

public TSPoint ( float x, float y ) : System
x float
y float
Résultat System
        public TSPoint(float x, float y)
        {
            this.x = x;
            this.y = y;
        }
    }
TSPoint