Inheritance: ITraitInfo, ILobbyOptions
Example #1
0
 public DeveloperMode(DeveloperModeInfo info)
 {
     Info = info;
     FastBuild = Info.FastBuild;
     FastCharge = Info.FastCharge;
     DisableShroud = Info.DisableShroud;
     PathDebug = Info.PathDebug;
 }
Example #2
0
 public DeveloperMode(DeveloperModeInfo info)
 {
     Info = info;
     FastBuild = info.FastBuild;
     FastCharge = info.FastCharge;
     DisableShroud = info.DisableShroud;
     PathDebug = info.PathDebug;
     UnlimitedPower = info.UnlimitedPower;
     BuildAnywhere = info.BuildAnywhere;
 }
Example #3
0
 public DeveloperMode(DeveloperModeInfo info)
 {
     Info           = info;
     FastBuild      = info.FastBuild;
     FastCharge     = info.FastCharge;
     DisableShroud  = info.DisableShroud;
     PathDebug      = info.PathDebug;
     UnlimitedPower = info.UnlimitedPower;
     BuildAnywhere  = info.BuildAnywhere;
 }
Example #4
0
 public DeveloperMode(DeveloperModeInfo info)
 {
     Info = info;
     FastBuild = Info.FastBuild;
     FastCharge = Info.FastCharge;
     DisableShroud = Info.DisableShroud;
     PathDebug = Info.PathDebug;
     UnitInfluenceDebug = info.UnitInfluenceDebug;
     UnlimitedPower = info.UnlimitedPower;
 }
Example #5
0
 public DeveloperMode(DeveloperModeInfo info)
 {
     Info              = info;
     FastBuild         = info.FastBuild;
     FastCharge        = info.FastCharge;
     DisableShroud     = info.DisableShroud;
     PathDebug         = info.PathDebug;
     UnlimitedPower    = info.UnlimitedPower;
     BuildAnywhere     = info.BuildAnywhere;
     ShowMuzzles       = info.ShowMuzzles;
     ShowDebugGeometry = info.ShowDebugGeometry;
 }
Example #6
0
 public DeveloperMode(DeveloperModeInfo info)
 {
     Info = info;
     FastBuild = info.FastBuild;
     FastCharge = info.FastCharge;
     DisableShroud = info.DisableShroud;
     PathDebug = info.PathDebug;
     UnlimitedPower = info.UnlimitedPower;
     BuildAnywhere = info.BuildAnywhere;
     ShowMuzzles = info.ShowMuzzles;
     ShowDebugGeometry = info.ShowDebugGeometry;
 }
Example #7
0
        public DeveloperMode(DeveloperModeInfo info)
        {
            this.info = info;
            fastBuild = info.FastBuild;
            fastCharge = info.FastCharge;
            disableShroud = info.DisableShroud;
            pathDebug = info.PathDebug;
            unlimitedPower = info.UnlimitedPower;
            buildAnywhere = info.BuildAnywhere;

            ShowCombatGeometry = info.ShowCombatGeometry;
            ShowDebugGeometry = info.ShowDebugGeometry;
            ShowDepthPreview = info.ShowDepthPreview;
            ShowActorTags = info.ShowActorTags;
        }
Example #8
0
        public DeveloperMode(DeveloperModeInfo info)
        {
            this.info      = info;
            fastBuild      = info.FastBuild;
            fastCharge     = info.FastCharge;
            disableShroud  = info.DisableShroud;
            pathDebug      = info.PathDebug;
            unlimitedPower = info.UnlimitedPower;
            buildAnywhere  = info.BuildAnywhere;

            ShowCombatGeometry = info.ShowCombatGeometry;
            ShowDebugGeometry  = info.ShowDebugGeometry;
            ShowDepthPreview   = info.ShowDepthPreview;
            ShowActorTags      = info.ShowActorTags;
        }