public override void SetUpReference()
        {
            base.SetUpReference();
            IGameConfigWidget widget = gameConfigWidgetAdaptor.GetGameConfigWidget();

            thisVolumeControlScroller.SetGameConfigWidget(widget);
        }
        public override void SetUpReference()
        {
            base.SetUpReference();
            IGameConfigWidget widget = gameConfigWidgetAdaptor.GetGameConfigWidget();

            thisToggleButton.SetGameConfigWidget(widget);
        }
示例#3
0
        public override void SetUpReference()
        {
            base.SetUpReference();

            IGameConfigWidget gameConfigWidget = CollectGameConfigWidget();

            thisGameConfigWidgetUIElement.SetGameConfigWidget(gameConfigWidget);
        }
 public void SetGameConfigWidget(IGameConfigWidget widget)
 {
     thisGameConfigWidget = widget;
 }