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

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

Syntax

C#
protected virtual void SliceCountIncreased(
	int oldSliceCount,
	int newSliceCount
)

Parameters

oldSliceCount
Type: System..::..Int32

[Missing <param name="oldSliceCount"/> documentation for "M:VVVV.PluginInterfaces.V2.Spread`1.SliceCountIncreased(System.Int32,System.Int32)"]

newSliceCount
Type: System..::..Int32

[Missing <param name="newSliceCount"/> documentation for "M:VVVV.PluginInterfaces.V2.Spread`1.SliceCountIncreased(System.Int32,System.Int32)"]

See Also