 |
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: 3.2.9386+3a404a3e1ebfa4efd231da7fe6f10dfb23b95dc4
Syntaxpublic void DisposeWithMaterial()
Remarks[Missing <remarks> documentation for "M:Ab4d.SharpEngine.SceneNodes.LineBaseNode.DisposeWithMaterial"]
See Also