Click or drag to resize

NotifySpeedChangeInfo Constructor (Double, Visual)

Initializes a new instance of the NotifySpeedChangeInfo class

Namespace:  Demo3D.Visuals
Assembly:  Demo3D.Core (in Demo3D.Core.dll) Version: 15.0.2.11458
Syntax
C#
public NotifySpeedChangeInfo(
	double speedChange,
	Visual visual
)

Parameters

speedChange
Type: SystemDouble

[Missing <param name="speedChange"/> documentation for "M:Demo3D.Visuals.NotifySpeedChangeInfo.#ctor(System.Double,Demo3D.Visuals.Visual)"]

visual
Type: Demo3D.VisualsVisual

[Missing <param name="visual"/> documentation for "M:Demo3D.Visuals.NotifySpeedChangeInfo.#ctor(System.Double,Demo3D.Visuals.Visual)"]

See Also