Click or drag to resize
DigitalRuneStarfieldNode Constructor (IListStar)
Initializes a new instance of the StarfieldNode class with the given set of stars.

Namespace: DigitalRune.Graphics.SceneGraph
Assembly: DigitalRune.Graphics (in DigitalRune.Graphics.dll) Version: 1.2.0.0 (1.2.1.14562)
Syntax
public StarfieldNode(
	IList<Star> stars
)

Parameters

stars
Type: System.Collections.GenericIListStar
The stars.
See Also