Base class for plugins which handle DX resources.

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

Syntax

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

Type Parameters

T

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

Inheritance Hierarchy

See Also