Click or drag to resize

FillUtilsFillRadial180 Method

Namespace:  FairyGUI
Assembly:  FairyGUI (in FairyGUI.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public static void FillRadial180(
	Origin180 origin,
	float amount,
	bool clockwise,
	Rect vertRect,
	Rect uvRect,
	Vector3[] verts,
	Vector2[] uv
)

Parameters

origin
Type: FairyGUIOrigin180
amount
Type: SystemSingle
clockwise
Type: SystemBoolean
vertRect
Type: Rect
uvRect
Type: Rect
verts
Type: Vector3
uv
Type: Vector2
See Also