[Missing <summary> documentation for "M:VVVV.PluginInterfaces.V2.Spread`1.BufferIncreased(`0[],`0[])"]

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

Syntax

C#
protected virtual void BufferIncreased(
	T[] oldBuffer,
	T[] newBuffer
)

Parameters

oldBuffer
Type: array<T>[]()[][]

[Missing <param name="oldBuffer"/> documentation for "M:VVVV.PluginInterfaces.V2.Spread`1.BufferIncreased(`0[],`0[])"]

newBuffer
Type: array<T>[]()[][]

[Missing <param name="newBuffer"/> documentation for "M:VVVV.PluginInterfaces.V2.Spread`1.BufferIncreased(`0[],`0[])"]

See Also