Click or drag to resize

GButtonrelatedController Property

A controller is connected to this button, the activate page of this controller will change while the button status changed. 对应编辑器中的单选控制器。

Namespace:  FairyGUI
Assembly:  FairyGUI (in FairyGUI.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public Controller relatedController { get; set; }

Property Value

Type: Controller
See Also