Click or drag to resize

GObjectSetScale Method

Change the scale factor.

Namespace:  FairyGUI
Assembly:  FairyGUI (in FairyGUI.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public void SetScale(
	float wv,
	float hv
)

Parameters

wv
Type: SystemSingle
The horizontal scale factor.
hv
Type: SystemSingle
The vertical scale factor
See Also