WIP
DirectOutput framework for virtual pinball cabinets WIP
Go to:
Overview 
IAnalogAlphaToy.cs
Go to the documentation of this file.
1 using System;
4 namespace DirectOutput.Cab.Toys
5 {
9  public interface IAnalogAlphaToy : ILayerToy<AnalogAlpha>
10  {
11 
12 
13 
14 
15 
16  }
17 }
The namespace DirectOutput.Cab.Toys contains all toy related classes.
Common interface for toys supporting analog alpha layers.
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.