C# Class FairyGUI.GearXYValue

Show file Open project: fairygui/FairyGUI-unity Class Usage Examples

Public Properties

Property Type Description
x float
y float

Public Methods

Method Description
GearXYValue ( float x, float y ) : System.Collections.Generic

Method Details

GearXYValue() public method

public GearXYValue ( float x, float y ) : System.Collections.Generic
x float
y float
return System.Collections.Generic

Property Details

x public property

public float x
return float

y public property

public float y
return float