Click or drag to resize
AB4D logo

SceneNodeFactoryUnRegisterVisual3DToSceneNodeCreator Method

UnRegisterVisual3DToSceneNodeCreator removes the visual3DType from the registered creators.

Namespace: Ab3d.DirectX.Models
Assembly: Ab3d.DXEngine.Wpf (in Ab3d.DXEngine.Wpf.dll) Version: 7.1.9105.2048
Syntax
C#
public static bool UnRegisterVisual3DToSceneNodeCreator(
	Type visual3DType
)

Parameters

visual3DType  Type
Type that is derived from Visual3D

Return Value

Boolean
true if the visual3DType creator was found and removed
See Also