Creates a InputPin of type Enum.
Namespace: VVVV.PluginInterfaces.V1Assembly: VVVV.PluginInterfaces (in VVVV.PluginInterfaces.dll) Version: 2.0.4694.10872
Syntax
C# |
---|
void CreateEnumInput( string Name, TSliceMode SliceMode, TPinVisibility Visibility, out IEnumIn Pin ) |
Parameters
- Name
- Type: System..::..String
The pins name.
- SliceMode
- Type: VVVV.PluginInterfaces.V1..::..TSliceMode
The pins SliceMode.
- Visibility
- Type: VVVV.PluginInterfaces.V1..::..TPinVisibility
The pins initial visibility.
- Pin
- Type: VVVV.PluginInterfaces.V1..::..IEnumIn%
Pointer to the created IEnumIn interface.