 |
SceneNodeFactoryUnRegisterVisual3DToSceneNodeCreator Method |
UnRegisterVisual3DToSceneNodeCreator removes the visual3DType from the registered creators.
Namespace: Ab3d.DirectX.ModelsAssembly: Ab3d.DXEngine.Wpf (in Ab3d.DXEngine.Wpf.dll) Version: 7.1.9105.2048
Syntaxpublic static bool UnRegisterVisual3DToSceneNodeCreator(
Type visual3DType
)
Parameters
- visual3DType Type
- Type that is derived from Visual3D
Return Value
Booleantrue if the visual3DType creator was found and removed
See Also