示例#1
0
        public UIDynamicButton CreateDisabledButton(string label, Color buttonColor, Color textColor, bool rightSide = false)
        {
            var o = _builder.CreateDisabledButton(label, buttonColor, textColor, rightSide);

            _objects.Add(o);
            return(o);
        }