Click or drag to resize
NGraphicsFill Method

Namespace: FairyGUI
Assembly: FairyGUI (in FairyGUI.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public void Fill(
	FillMethod method,
	float amount,
	int origin,
	bool clockwise,
	Rect vertRect,
	Rect uvRect
)

Parameters

method
Type: FairyGUIFillMethod
amount
Type: SystemSingle
origin
Type: SystemInt32
clockwise
Type: SystemBoolean
vertRect
Type: Rect
uvRect
Type: Rect
See Also