GComponent.RemoveController Method |
Removes a controller from the container.
Namespace:
FairyGUI
Assembly:
FairyGUI (in FairyGUI.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic void RemoveController(
Controller c
)
Parameters
- c
- Type: FairyGUI.Controller
Controller object.
See Also