Base class for plugins with layer out.

Namespace: VVVV.PluginInterfaces.V2.EX9
Assembly: VVVV.PluginInterfaces (in VVVV.PluginInterfaces.dll) Version: 2.0.4694.10872

Syntax

C#
public abstract class DXLayerOutPluginBase<T> : DXResourcePluginBase<T>, 
	IPluginDXLayer, IPluginDXResource
where T : DeviceData

Type Parameters

T

[Missing <typeparam name="T"/> documentation for "T:VVVV.PluginInterfaces.V2.EX9.DXLayerOutPluginBase`1"]

Inheritance Hierarchy

System..::..Object
  VVVV.PluginInterfaces.V2.EX9..::..DXResourcePluginBase<(Of <(<'T>)>)>
    VVVV.PluginInterfaces.V2.EX9..::..DXLayerOutPluginBase<(Of <(<'T>)>)>

See Also