Click or drag to resize
AB4D logo

SceneNodeVisual3DSceneNode Property

Gets the SceneNode that is shown with this SceneNodeVisual3D. The SceneNode is set in the constructor and cannot be changed.

Namespace: Ab3d.Visuals
Assembly: Ab3d.DXEngine.Wpf (in Ab3d.DXEngine.Wpf.dll) Version: 7.0.8865.1045
Syntax
C#
public SceneNode SceneNode { get; }

Property Value

SceneNode
See Also