コード例 #1
0
 public DiscoTask(Settings settings, IGenerator<amBXScene> randomSceneGenerator, NotificationClientBase notificationService, Random random)
 {
     this.settings = settings;
       this.randomSceneGenerator = randomSceneGenerator;
       this.notificationService = notificationService;
       this.random = random;
 }
コード例 #2
0
 public SceneGenerator(PitchGeneratorProvider pitchGenerator, FrameBuilder frameBuilder, NotificationClientBase newSceneProcessor)
 {
     this.pitchGenerator = pitchGenerator;
       this.frameBuilder = frameBuilder;
       sceneRunner = newSceneProcessor;
 }