Click or drag to resize
DigitalRuneSceneNodeName Property
Gets or sets the name of this scene node.

Namespace: DigitalRune.Graphics.SceneGraph
Assembly: DigitalRune.Graphics (in DigitalRune.Graphics.dll) Version: 1.2.0.0 (1.2.1.14562)
Syntax
public string Name { get; set; }

Property Value

Type: String
The name of the scene node. The default value is .

Implements

INamedObjectName
See Also