C# Class FairyGUI.GearXYValue

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

Méthodes publiques

Свойство Type Description
x float
y float

Méthodes publiques

Méthode Description
GearXYValue ( float x, float y ) : System.Collections.Generic

Method Details

GearXYValue() public méthode

public GearXYValue ( float x, float y ) : System.Collections.Generic
x float
y float
Résultat System.Collections.Generic

Property Details

x public_oe property

public float x
Résultat float

y public_oe property

public float y
Résultat float