FairyGUI.GearXYValue.GearXYValue C# (CSharp) 메소드

GearXYValue() 공개 메소드

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