WIP
DirectOutput framework for virtual pinball cabinets WIP
Go to:
Overview 
DirectOutput.Cab.Toys.Layer.LayerDictionary< LayerElementType > Class Template Reference

Dictionary for RGBALayer objects. More...

Inheritance diagram for DirectOutput.Cab.Toys.Layer.LayerDictionary< LayerElementType >:

Properties

new LayerElementType this[int LayerNr] [get, set]
 Gets or sets the data for the specified layer nr.
If no layer exists for the specified number, a new layer will be created for the layer nr. More...
 

Detailed Description

Dictionary for RGBALayer objects.

Type Constraints
LayerElementType :new() 

Definition at line 12 of file LayerDictionary.cs.

Property Documentation

new LayerElementType DirectOutput.Cab.Toys.Layer.LayerDictionary< LayerElementType >.this[int LayerNr]
getset

Gets or sets the data for the specified layer nr.
If no layer exists for the specified number, a new layer will be created for the layer nr.

The struct with the specified layer nr.

Parameters
LayerNrThe layer nr.
Returns
Struct with the specified layer nr.

Definition at line 25 of file LayerDictionary.cs.


The documentation for this class was generated from the following file: