コード例 #1
0
ファイル: BundleBase.cs プロジェクト: vcichecka/SquishIt
 public T ForceDebug()
 {
     debugStatusReader.ForceDebug();
     bundleState.ForceDebug = true;
     return((T)this);
 }
コード例 #2
0
ファイル: BundleBase.cs プロジェクト: lcrodriguez/SquishIt
 public T ForceDebug()
 {
     debugStatusReader.ForceDebug();
     return((T)this);
 }