GObject.SetXY Method (Single, Single) |
change the x and y coordinates of the object relative to the local coordinates of the parent.
Namespace:
FairyGUI
Assembly:
FairyGUI (in FairyGUI.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic void SetXY(
float xv,
float yv
)
Parameters
- xv
- Type: System.Single
x value. - yv
- Type: System.Single
y value.
See Also