[Missing <summary> documentation for "M:VVVV.PluginInterfaces.V2.EX9.DXMeshOutPluginBase.GetMesh(VVVV.PluginInterfaces.V1.IDXMeshOut,SlimDX.Direct3D9.Device)"]

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

Syntax

C#
public Mesh GetMesh(
	IDXMeshOut ForPin,
	Device OnDevice
)

Parameters

ForPin
Type: VVVV.PluginInterfaces.V1..::..IDXMeshOut

[Missing <param name="ForPin"/> documentation for "M:VVVV.PluginInterfaces.V2.EX9.DXMeshOutPluginBase.GetMesh(VVVV.PluginInterfaces.V1.IDXMeshOut,SlimDX.Direct3D9.Device)"]

OnDevice
Type: Device

[Missing <param name="OnDevice"/> documentation for "M:VVVV.PluginInterfaces.V2.EX9.DXMeshOutPluginBase.GetMesh(VVVV.PluginInterfaces.V1.IDXMeshOut,SlimDX.Direct3D9.Device)"]

Return Value

[Missing <returns> documentation for "M:VVVV.PluginInterfaces.V2.EX9.DXMeshOutPluginBase.GetMesh(VVVV.PluginInterfaces.V1.IDXMeshOut,SlimDX.Direct3D9.Device)"]

Implements

IPluginDXMesh..::..GetMesh(IDXMeshOut, Device)

See Also