Click or drag to resize
AB4D logo

WpfUIElement3DNode(UIElement3D, DictionaryObject, String, String, Effect) Constructor

Initializes a new instance of the WpfUIElement3DNode class.

Namespace: Ab3d.DirectX.Models
Assembly: Ab3d.DXEngine.Wpf (in Ab3d.DXEngine.Wpf.dll) Version: 7.0.8865.1045
Syntax
C#
public WpfUIElement3DNode(
	UIElement3D uiElement3D,
	Dictionary<Object, string> objectNames,
	string name = null,
	Effect materialEffect = null
)

Parameters

uiElement3D  UIElement3D
WPF's UIElement3D
objectNames  DictionaryObject, String
Dictionary of object names
name  String  (Optional)
name of this WpfGeometryModel3DNode (optional)
materialEffect  Effect  (Optional)
Effect that will render this WpfGeometryModel3DNode; if null, a standard effect will be used (effect set in EffectsManager as standard effect)
See Also