public AssetTagPlanner(IAssetFileGraph fileGraph, ICombinationDeterminationService combinations)
 {
     _fileGraph = fileGraph;
     _combinations = combinations;
 }
 public AssetTagPlanner(IAssetFileGraph fileGraph, ICombinationDeterminationService combinations)
 {
     _fileGraph    = fileGraph;
     _combinations = combinations;
 }
示例#3
0
 public AssetTagPlanner(IAssetPipeline pipeline, ICombinationDeterminationService combinations)
 {
     _pipeline = pipeline;
     _combinations = combinations;
 }
示例#4
0
 public AssetTagPlanner(IAssetPipeline pipeline, ICombinationDeterminationService combinations)
 {
     _pipeline     = pipeline;
     _combinations = combinations;
 }