FairyGUI.GearXYValue.GearXYValue C# (CSharp) Method

GearXYValue() public method

public GearXYValue ( float x, float y ) : System.Collections.Generic
x float
y float
return System.Collections.Generic
        public GearXYValue(float x, float y)
        {
            this.x = x;
            this.y = y;
        }
GearXYValue