Click or drag to resize

GButtonFireClick Method

Simulates a click on this button. 模拟点击这个按钮。

Namespace:  FairyGUI
Assembly:  FairyGUI (in FairyGUI.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public void FireClick(
	bool downEffect
)

Parameters

downEffect
Type: SystemBoolean
If the down effect will simulate too.
See Also