Click or drag to resize

GObjectSetPosition Method

change the x,y,z 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 SetPosition(
	float xv,
	float yv,
	float zv
)

Parameters

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