コード例 #1
0
ファイル: GUIButton.cs プロジェクト: d34d10cc/Barotrauma
        public override void ApplyStyle(GUIComponentStyle style)
        {
            base.ApplyStyle(style);

            if (frame != null)
            {
                frame.ApplyStyle(style);
            }
            if (textBlock != null)
            {
                textBlock.ApplyStyle(style);
            }
        }