[Missing <summary> documentation for "M:VVVV.PluginInterfaces.V2.PluginHostExtensions.CreateSamplerStateInput(VVVV.PluginInterfaces.V1.IPluginHost,VVVV.PluginInterfaces.V2.InputAttribute,System.Type)"]

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

Syntax

C#
public static IDXSamplerStateIn CreateSamplerStateInput(
	this IPluginHost host,
	InputAttribute attribute,
	Type type
)

Parameters

host
Type: VVVV.PluginInterfaces.V1..::..IPluginHost

[Missing <param name="host"/> documentation for "M:VVVV.PluginInterfaces.V2.PluginHostExtensions.CreateSamplerStateInput(VVVV.PluginInterfaces.V1.IPluginHost,VVVV.PluginInterfaces.V2.InputAttribute,System.Type)"]

attribute
Type: VVVV.PluginInterfaces.V2..::..InputAttribute

[Missing <param name="attribute"/> documentation for "M:VVVV.PluginInterfaces.V2.PluginHostExtensions.CreateSamplerStateInput(VVVV.PluginInterfaces.V1.IPluginHost,VVVV.PluginInterfaces.V2.InputAttribute,System.Type)"]

type
Type: System..::..Type

[Missing <param name="type"/> documentation for "M:VVVV.PluginInterfaces.V2.PluginHostExtensions.CreateSamplerStateInput(VVVV.PluginInterfaces.V1.IPluginHost,VVVV.PluginInterfaces.V2.InputAttribute,System.Type)"]

Return Value

[Missing <returns> documentation for "M:VVVV.PluginInterfaces.V2.PluginHostExtensions.CreateSamplerStateInput(VVVV.PluginInterfaces.V1.IPluginHost,VVVV.PluginInterfaces.V2.InputAttribute,System.Type)"]

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type IPluginHost. When you use instance method syntax to call this method, omit the first parameter. For more information, see or .

See Also