Click or drag to resize

GComponentRemoveController Method

Removes a controller from the container.

Namespace:  FairyGUI
Assembly:  FairyGUI (in FairyGUI.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public void RemoveController(
	Controller c
)

Parameters

c
Type: FairyGUIController
Controller object.
See Also