Creates an OutputPin of type DirectX Layer.

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

Syntax

C#
void CreateLayerOutput(
	string Name,
	TPinVisibility Visibility,
	out IDXLayerIO Pin
)

Parameters

Name
Type: System..::..String
The pins name.
Visibility
Type: VVVV.PluginInterfaces.V1..::..TPinVisibility
The pins initial visibility.
Pin
Type: VVVV.PluginInterfaces.V1..::..IDXLayerIO%
Pointer to the created IDXLayerIO interface.

See Also