FairyGUI.GButton.GButton C# (CSharp) Method

GButton() public method

public GButton ( ) : FairyGUI.Utils
return FairyGUI.Utils
        public GButton()
        {
            pageOption = new PageOption();

            sound = UIConfig.buttonSound;
            soundVolumeScale = UIConfig.buttonSoundVolumeScale;
            changeStateOnClick = true;
            _downEffectValue = 0.8f;
            _title = string.Empty;

            onChanged = new EventListener(this, "onChanged");
        }