 |
LineBaseNodeDisposeWithMaterial Method |
DisposeWithMaterial disposes this SceneNode and also disposes the
Material
even if the material is created by the user and then used in the constructor of this SceneNode
(in this case the standard Dispose method does not dispose the materials).
This also always disposes the mesh, because it for lines the mesh is always created by the SceneNode.
Namespace: Ab4d.SharpEngine.SceneNodesAssembly: Ab4d.SharpEngine (in Ab4d.SharpEngine.dll) Version: 4.0.9584+ba1aaa26d4181dd3fa8ed7b6398391d1affa36c8
Syntaxpublic void DisposeWithMaterial()
See Also