Click or drag to resize

BoxColliderHitTestSetArea Method

Namespace:  FairyGUI
Assembly:  FairyGUI (in FairyGUI.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public override void SetArea(
	float x,
	float y,
	float width,
	float height
)

Parameters

x
Type: SystemSingle
y
Type: SystemSingle
width
Type: SystemSingle
height
Type: SystemSingle
See Also