Click or drag to resize

GObjectSetXY 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)
Syntax
C#
public void SetXY(
	float xv,
	float yv
)

Parameters

xv
Type: SystemSingle
x value.
yv
Type: SystemSingle
y value.
See Also