Click or drag to resize

WindowCloseModalWait Method (Int32)

Close modal waiting. If rquestingCmd is equal to the value you transfer in ShowModalWait, mowal wait will be closed. Otherwise, this function has no effect. 关闭模式等待。如果requestingCmd和ShowModalWait传入的不相同,则这个函数没有任何动作,立即返回。

Namespace:  FairyGUI
Assembly:  FairyGUI (in FairyGUI.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public bool CloseModalWait(
	int requestingCmd
)

Parameters

requestingCmd
Type: SystemInt32

Return Value

Type: Boolean
See Also