C# Class FairyGUI.GearSizeValue

Afficher le fichier Open project: fairygui/FairyGUI-unity Class Usage Examples

Méthodes publiques

Свойство Type Description
height float
scaleX float
scaleY float
width float

Méthodes publiques

Méthode Description
GearSizeValue ( float width, float height, float scaleX, float scaleY ) : System.Collections.Generic

Method Details

GearSizeValue() public méthode

public GearSizeValue ( float width, float height, float scaleX, float scaleY ) : System.Collections.Generic
width float
height float
scaleX float
scaleY float
Résultat System.Collections.Generic

Property Details

height public_oe property

public float height
Résultat float

scaleX public_oe property

public float scaleX
Résultat float

scaleY public_oe property

public float scaleY
Résultat float

width public_oe property

public float width
Résultat float