Click or drag to resize

NotifySpeedInfo Constructor (Double, Visual)

Initializes a new instance of the NotifySpeedInfo class

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

Parameters

speed
Type: SystemDouble

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

visual
Type: Demo3D.VisualsVisual

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

See Also