Click or drag to resize

NGraphicsDrawRectWithFillMethod Method

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

Parameters

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