| StarfieldNode Constructor (IListStar) |
Initializes a new instance of the
StarfieldNode class with the given set of
stars.
Namespace: DigitalRune.Graphics.SceneGraphAssembly: DigitalRune.Graphics (in DigitalRune.Graphics.dll) Version: 1.2.0.0 (1.2.1.14562)
Syntax public StarfieldNode(
IList<Star> stars
)
Public Sub New (
stars As IList(Of Star)
)
public:
StarfieldNode(
IList<Star>^ stars
)
new :
stars : IList<Star> -> StarfieldNode
Parameters
- stars
- Type: System.Collections.GenericIListStar
The stars.
See Also