|
WpfUIElement3DNode(UIElement3D, DictionaryObject, String, String, Effect) Constructor |
Namespace: Ab3d.DirectX.ModelsAssembly: Ab3d.DXEngine.Wpf (in Ab3d.DXEngine.Wpf.dll) Version: 7.0.8865.1045
Syntax 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