WIP
DirectOutput framework for virtual pinball cabinets WIP
Go to:
Overview 
ILayerToy.cs
Go to the documentation of this file.
1 using System;
2 namespace DirectOutput.Cab.Toys.Layer
3 {
4  public interface ILayerToy<LayerElementType>:IToy
5  where LayerElementType:new()
6  {
8  }
9 }
Dictionary for RGBALayer objects.
Common interface for all toy implementations. The abstract class ToyBase implements this interface...
Definition: IToy.cs:9