OpenRA.Mods.Common.Widgets.ObserverProductionIconsWidget.ObserverProductionIconsWidget C# (CSharp) Method

ObserverProductionIconsWidget() protected method

protected ObserverProductionIconsWidget ( ObserverProductionIconsWidget other ) : System
other ObserverProductionIconsWidget
return System
        protected ObserverProductionIconsWidget(ObserverProductionIconsWidget other)
            : base(other)
        {
            GetPlayer = other.GetPlayer;
            world = other.world;
            worldRenderer = other.worldRenderer;
            timestep = other.timestep;
            clocks = other.clocks;

            IconWidth = other.IconWidth;
            IconHeight = other.IconHeight;
            IconSpacing = other.IconSpacing;

            ClockAnimation = other.ClockAnimation;
            ClockSequence = other.ClockSequence;
            ClockPalette = other.ClockPalette;
        }

Same methods

ObserverProductionIconsWidget::ObserverProductionIconsWidget ( World world, WorldRenderer worldRenderer ) : System