Click or drag to resize

NotifySpeedChangeInfo(Double, Visual) Constructor

Initializes a new instance of the NotifySpeedChangeInfo class

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

Parameters

speedChange  Double

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

visual  Visual

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

See Also