C# Class FairyGUI.GearSizeValue

显示文件 Open project: fairygui/FairyGUI-unity Class Usage Examples

Public Properties

Property Type Description
height float
scaleX float
scaleY float
width float

Public Methods

Method Description
GearSizeValue ( float width, float height, float scaleX, float scaleY ) : System.Collections.Generic

Method Details

GearSizeValue() public method

public GearSizeValue ( float width, float height, float scaleX, float scaleY ) : System.Collections.Generic
width float
height float
scaleX float
scaleY float
return System.Collections.Generic

Property Details

height public_oe property

public float height
return float

scaleX public_oe property

public float scaleX
return float

scaleY public_oe property

public float scaleY
return float

width public_oe property

public float width
return float