WIP
DirectOutput framework for virtual pinball cabinets WIP
Go to:
Overview
Main Page
Related Pages
Packages
Classes
Files
File List
File Members
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
{
7
LayerDictionary<LayerElementType>
Layers {
get
; }
8
}
9
}
DirectOutput
DirectOutput.Cab.Toys.Layer.LayerDictionary
Dictionary for RGBALayer objects.
Definition:
LayerDictionary.cs:12
System
DirectOutput.Cab.Toys.IToy
Common interface for all toy implementations. The abstract class ToyBase implements this interface...
Definition:
IToy.cs:9
DirectOutput.Cab.Toys.Layer.ILayerToy
Definition:
ILayerToy.cs:4
DirectOutput
Cab
Toys
Layer
ILayerToy.cs
Generated on Sat Nov 19 2016 19:32:46 for WIP by
1.8.9.1