WIP
DirectOutput framework for virtual pinball cabinets WIP
Go to:
Overview 
AnalogAlphaToyGroup.cs
Go to the documentation of this file.
1 using System;
2 using System.Collections.Generic;
3 using System.Linq;
4 using System.Text;
7 
8 namespace DirectOutput.Cab.Toys.Virtual
9 {
15  public class AnalogAlphaToyGroup : ToyGroupBase<AnalogAlpha>
16  {
17 
18  }
19 }
This toys allows the grouping of several toys into a matrix, which can be controlled by matrix effect...
Definition: ToyGroupBase.cs:15
The namespace DirectOutput.Cab.Toys contains all toy related classes.
This toys allows the grouping of several AnalogAlpha toys (e.g. AnalogAlphaToy or Lamp) into a matrix...
The namespace DirectOutput.Cab contains all cabinet related classes like the Cabinet class itself...
Definition: Cab.cs:16
Namespace for objects dealing with layers
The namespace DirectOutput.General contains classes for general use.