C# Class FairyGUI.GearSizeValue

Show file 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 property

public float height
return float

scaleX public property

public float scaleX
return float

scaleY public property

public float scaleY
return float

width public property

public float width
return float