[This is preliminary documentation and is subject to change.]

Initializes a new instance of the Track<T> class.

Namespace:  IcarusSceneEngine
Assembly:  IcarusSceneEngine (in IcarusSceneEngine)
Version: 1.0.0.0

Syntax

C#
public Track(
	T DefaultValue
)

Parameters

DefaultValue
Type: T

[Missing <param> documentation for "DefaultValue"]

See Also