Click or drag to resize

GObject.SetPosition 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: System.Single
x value.
yv
Type: System.Single
y value.
zv
Type: System.Single
z value.
See Also